envd
envd copied to clipboard
feat: support go dev environment
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.