Categorygithub.com/servehub/serve
repositorypackage
1.6.190
Repository: https://github.com/servehub/serve.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Build Status

Installing

Go

Make sure you have Go 1.18.+ installed:

brew install go

Dependencies

# install dependencies via makefile script
make deps

# set $GOPATH env variable (should be your home directory)
export GOPATH=${HOME}/go

# download dependency 
go mod vendor

# build
make

# test to ensure everything is working
make test