This is a template for a go package.
- ⚡ Feature 1
- 🌲 Feature 2
- 🔥 Feature 3
- 🔨 Feature 4
go get github.com/elliotxx/go-pkg-template
package main
import (
gopkgtemplate "github.com/elliotxx/go-pkg-template"
)
func main() {
fmt.Println(gopkgtemplate.Hello())
}
Output:
hello world
Enjoy it!
More examples can be seen: ./example_test.go