Skip to content

A small project focusing on learning about web app development in Go

Notifications You must be signed in to change notification settings

mchappyneil/gowiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gowiki

This is my first attempt at building web apps in Go. This is a very simple example which allows you to view, edit, create, and save new webpages.

NOTE: This is a very rudimentary project to learn more about web development with Go so there is no CSS and utilizes "improper" HTML.

Usage

Run the command go build wiki.go followed by ./wiki to start the program. Next, visit http://localhost:8080/view/home to edit and save the "home" page.

About

A small project focusing on learning about web app development in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published