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
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
TODO
TODO