Categorygithub.com/MisLink/go-web-template
repositorypackage
0.0.0-20241104114505-72b4fc88a312
Repository: https://github.com/mislink/go-web-template.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-web-template

How to start

go install golang.org/x/tools/cmd/gonew@latest

gonew github.com/MisLink/go-web-template <your-module-path>

grep -R 'MODULE_NAME' -I -l --exclude README.md . | xargs sed -i 's/MODULE_NAME/<your-module-name>/g'