Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
/ paas-go-example Public archive

An example Go application for the GOV.UK PaaS - built during Firebreak

Notifications You must be signed in to change notification settings

alphagov/paas-go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paas-go-example

Built With

  • Go 1.9.4 or higher.

How to run the app

  • Clone the repository.
  • Set an environmental variable called PORT. (export PORT=1234)
  • Change directory into the repo directory.
  • Execute go build
  • You can access the app via your browser http://localhost:1234

Tips

  • We can define different OS and architecture types during the build. For example we can use GOOS=linux GOARCH=amd64 go build main.go to compile the binary file to be compatible to a Linux system with an amd64 architecture. The complete list of types and architectures are available here.

Authors

Chris Patuzzo, Stephen Ford, Jon Hallam, SK

About

An example Go application for the GOV.UK PaaS - built during Firebreak

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages