Skip to content
/ go_template Public template

Starting point for a Go project with VS Code Dev Container.

Notifications You must be signed in to change notification settings

petermallett/go_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go VS Code template

To use this as a project starting point:

  1. Clone this repo
  2. Edit the project name in two (2) places
    • .devcontainer/devcontianer.json name
    • .vscode/launch.json configuration.name
  3. Install the Dev Containers extension in VS Code: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers

After these changes, you should be able to run the Dev Containers "Reopen in Container" command to start and connect to the Dev Container in Code.

Once the container is running, use go mod init to get started.

About

Starting point for a Go project with VS Code Dev Container.

Resources

Stars

Watchers

Forks