/go-wiki

A very simple wiki implemented in Go (Following example from Go Documentation)

Primary LanguageGo

go-wiki

A very simple wiki implemented in Go (Following example from Go Documentation)

#To compile and run:

  • Make sure Go is installed
  • Navigate to root directory of this project
  • Run go build wiki.go
  • Run ./wiki
  • Visit localhost:8000 in your browser. Done!