Skip to content

cloudtype/example-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Go

Run Locally with Go installed:

go build
./sample-go

Run Locally with pack & Docker:

pack build --builder=gcr.io/buildpacks/builder sample-go
docker run -p8080:8080 sample-go

Check it out: http://localhost:8080

Run on Cloud Run:

Run on Google Cloud

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages