Skip to content

CoderGolang is VS Code preloaded with Golang and the VS Code extensions enabled.

License

Notifications You must be signed in to change notification settings

foldingbeauty/coder-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to CoderGolang

CoderGolang is VS Code preloaded with Go (1.14) and some VS Code extensions.

Get started

$ podman run -it --rm -p 8080:8080 -v ${PWD}:/home/coder/workspace foldingbeauty/coder:latest

or

$ docker run -it --rm -p 8080:8080 -v ${PWD}:/home/coder/workspace foldingbeauty/coder:latest

Point your browser @ http://localhost:8080 and start Go-ing!

Container image repository

https://hub.docker.com/r/foldingbeauty/coder

Status

Work in progress

Releases

No releases published

Packages

No packages published