modulepackage
0.0.0-20241204021136-8e0333e59c3d
Repository: https://github.com/tpl-x/echo.git
Documentation: pkg.go.dev
# README
echo
echo framework project template
usage
install tools
gonew
go install golang.org/x/tools/cmd/gonew@latest
wire
go install github.com/google/wire/cmd/wire@latest
new project
use command
gonew github.com/tpl-x/echo example.com/foo
if you modified wire code, your should use wire to generate code for later usage.