basic go http server using only net/http package.
This is a Template for myself
add routes and it's functions over here. keep main.go and api.go clean.
add middleware as a handler function over here. append it to the init function
- GOHTTP_STATIC_DIR - directory to host static asset from