Categorygithub.com/tpl-x/httpl
modulepackage
0.0.0-20240828115543-4af60dc91336
Repository: https://github.com/tpl-x/httpl.git
Documentation: pkg.go.dev

# README

httpl

simple http service template with go std http package

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/httpl example.com/foo

if you modified wire code, your should use wire to generate code for later usage.