summaryrefslogtreecommitdiff
path: root/human.go
blob: 479c6d6ae3f605b280495adbab619ac2d4d2e46c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package forgepb

// mostly just functions related to making STDOUT
// more readable by us humans

// also function shortcuts the do fixed limited formatting (it's like COBOL)
// so reporting tables of the status of what droplets and hypervisors
// are in text columns and rows that can be easily read in a terminal

func RepoHeader() string {
	return "Name          Path"
}