Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 247 Bytes

File metadata and controls

19 lines (13 loc) · 247 Bytes

Installation

docker build -f Dockerfile.dev -t go-dev .

docker run --name go-dev -v .:/app go-dev

Or use VsCode devcontainer

Start

go run main.go

# other script
cd scripts
go run script_file.go