Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 400 Bytes

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.