Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 465 Bytes

File metadata and controls

29 lines (19 loc) · 465 Bytes

Go Tool Template

After new repo creation change README and search for library_name and change it to your library name and library_owner with your GitHub username

Installation

With Go (>= 1.25):

go install github.com/library_owner/library_name@1.0.0
  • or as a go tool

    go get -tool github.com/library_owner/library_name

Usage

TODO

Authors and Contributors

TODO