______________________________________
/ The bigger the interface, the weaker \
\ the abstraction. /
--------------------------------------
\ ,-^-.
\ !oYo!
\ /./=\.\______
## )\/\
||-----w||
|| ||
Cowth Vader
Go Proverbs as a package and command.
Check out Rob Pike's inspiring talk at Gopherfest SV 2015.
go get github.com/wayneashleyberry/go-proverbs/...
$ goproverb
Design the architecture, name the components, document the details.
go get github.com/wayneashleyberry/go-proverbs/
package main
import (
"fmt"
p "github.com/wayneashleyberry/go-proverbs"
)
func main() {
fmt.Println(p.Random()) // Prints a random Go proverb.
}
MIT © Wayne Ashley Berry