golang-devcontainer

This is a Golang project with vscode devcontainer.

Getting Started

First, open Visual Studio Code:

Reopen in container

Open Terminal in VS Code:

Ctrl + Shift + ^ (MacOS) Ctrl + @ (Windows)

Run the development server:

# normal boot
go run main.go 

# hot reload
air

Open http://localhost:8080/ with your browser or http client.