Skip to content

Niklus/go-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Go App

Learning Golang whilst building a simple web application. This simple app demonstrates routing, templating and file structure.

Running the app

After installing Golang, run the following:

cd src
go run main.go

To build the application, run the following:

go build -o build/app main.go

This will create an executable file named app in the build folder, Which you can run with the following:

./build/app

Releases

No releases published

Packages

No packages published