Categorygithub.com/awfulbits/wikiofthings
repositorypackage
0.0.0-20220410093904-87c4e119d665
Repository: https://github.com/awfulbits/wikiofthings.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

wikiofthings

Development

  • This application is a go module, you do not need to develop or compile from GOPATH
  • Opens an http server running on port 8080 if not otherwise specified in the environment variable WOT_PORT

Commands

Run

Use the run command in the Makefile to run the code for development purposes

make run

Build

Use the default Make command to compile binary to bin/

make