testing something to cut strings to a certain width
This commit is contained in:
parent
1e0f1e8e88
commit
e7c6156562
|
@ -14,6 +14,6 @@ func (t *ReposTable) MyMasterBranch() *RepoStringFunc {
|
||||||
sf := t.AddStringFunc("master", func(m *Repo) string {
|
sf := t.AddStringFunc("master", func(m *Repo) string {
|
||||||
return m.MasterBranchName
|
return m.MasterBranchName
|
||||||
})
|
})
|
||||||
// sf.Width = 30
|
sf.Width = 30
|
||||||
return sf
|
return sf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue