Skip to content

Run a golang IDE server and edit your golang code base in browser

Notifications You must be signed in to change notification settings

LeeSanity/golang-code-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A portable golang IDE

it is built with docker based on code server and go language server.

try it out yourself, prepare requirements according to the Dockerfile before build

    docker build -t code-server:v1 .
    docker run -p 8080:8080 -v "${HOME}/workspace:/projects" code-server:v1

there maybe more args for code-server, see the offical document.

About

Run a golang IDE server and edit your golang code base in browser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published