envd icon indicating copy to clipboard operation
envd copied to clipboard

feat: support go dev environment

Open Triple-Z opened this issue 2 years ago • 0 comments

Description

Support the GO programming language in envd config files.

def build():
    base(os="ubuntu20.04", language="go")
    install.go_packages(name = [
        "double-entry-generator",
    ])
    shell("zsh")

So that we can use envd to build and manage the dev environment for go projects.

Triple-Z avatar Jun 18 '22 03:06 Triple-Z