We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4f5b2 commit 0228f2bCopy full SHA for 0228f2b
cmd/new.go
@@ -84,7 +84,7 @@ func init() {
84
}
85
86
func newServer(projectName string) error {
87
- language, err := cli.SelectString("Language:", []string{"Go", "JavaScript", "TypeScript"}, []string{"go", "js", "ts"})
+ language, err := cli.SelectString("Language:", []string{"Go"}, []string{"go"})
88
if err != nil {
89
return err
90
0 commit comments