Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 281 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 281 Bytes

gohttp

basic go http server using only net/http package.

This is a Template for myself

multiplexer.go

add routes and it's functions over here. keep main.go and api.go clean.

middleware.go

add middleware as a handler function over here. append it to the init function