8000 GitHub - b-lambert/go-wiki: A very simple wiki implemented in Go (Following example from Go Documentation)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

b-lambert/go-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0