Skip to content

wayneashleyberry/go-proverbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ______________________________________
/ The bigger the interface, the weaker \
\ the abstraction.                     /
 --------------------------------------
        \    ,-^-.
         \   !oYo!
          \ /./=\.\______
               ##        )\/\
                ||-----w||
                ||      ||

               Cowth Vader

Go Proverbs as a package and command.

Build Status Go Report Card GoDoc

What are Go proverbs?

Check out Rob Pike's inspiring talk at Gopherfest SV 2015.

Usage

Command

go get github.com/wayneashleyberry/go-proverbs/...
$ goproverb
Design the architecture, name the components, document the details.

Package

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.
}

License

MIT © Wayne Ashley Berry

About

Go Proverbs as a package and cli.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages