- Go by Example
- Boost Your Coding Fu with VSCode and Vim
- NB: there is a VS Code Plugin for this
command line:
export t={module-name} && mkdir $t && touch $t.go && code $t.go
or use the bash command:
./module.sh {module-name}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
command line:
export t={module-name} && mkdir $t && touch $t.go && code $t.go
or use the bash command:
./module.sh {module-name}