Skip to content

duyo-son/go-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-started

Simple and quick start golang project sample

I made a simple golang executable project.
Use it when you want to start a project right away


run local

direct run

go run src/main.go

run with docker-compose

docker-compose build
docker-compose up -d

run prod server

docker build -f docker/prod/Dockerfile -t go-api:0.0.1 .
docker run -d --name="go-api" -p 80:80 go-api:0.0.1

About

Simple and quick start golang project sample

Resources

Stars

Watchers

Forks

Packages

No packages published