This app is a cli to download excuses for you golang developers from developerexcuses.com
Go get it.
go get -u github.com/wunderkind2k1/gopherexcuses
and then call
gopherexcuses
# dont be greedy and download to many. repect the service.
for i in {1..10}; do gopherexcuses >> excuses.txt; done
import "github.com/wunderkind2k1/gopherexcuses/excuseme"
package main
import (
"fmt"
"github.com/wunderkind2k1/gopherexcuses/excuseme"
)
func main() {
err := excuseme.LoadExcuse(&excuseme.LoaderStruct{})
fmt.Println(excuseme.HandleErrorIfExists("Something went wrong: %s", err))
}