Skip to content

sean7218/gowiki

Repository files navigation

Writing Web Applications - The Go Programming Language

This tutorial use the Go standard library to write an web app and serve simple html.

Installation

  • install the go using brew
brew install go
  • install dependency
go get -u github.com/go-sql-driver/mysql
go get -u github.com/aws/aws-sdk-go/aws
  • build and run
go build
go ./gowiki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published