bash: update newgo alias

This commit is contained in:
2023-04-20 10:30:05 +03:00
parent 214def19dc
commit 162101c03c

View File

@@ -15,7 +15,7 @@ newgo() {
go mod init $1
touch main.go
nap go/pkgm >main.go
}
declare -A aliases=(