diff --git a/README.md b/README.md index f6289738..ae3254ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ +![GROL's mascot](http://grol.io/grol_logo.png) + # GROL - ## History diff --git a/tags.go b/tags.go index ef187c39..83a49a2c 100644 --- a/tags.go +++ b/tags.go @@ -10,8 +10,8 @@ import "fmt" // Indicate proper install if tags were missing or cgo is used. func init() { fmt.Println(`############## -INSTALL/BUILD ERROR: this file should not be built with cgo or without no_net or no_json tags, please re -install using +INSTALL/BUILD ERROR: this file should not be built with cgo or without no_net or no_json tags, +please re install using: CGO_ENABLED=0 go install -trimpath -ldflags="-w -s" -tags no_net,no_json grol.io/grol@latest