13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"name": "Go Project",
|
|
"version": "0.0.1",
|
|
"description": "Example description",
|
|
"author": "you",
|
|
"license": "BSL-1.0",
|
|
"scripts": {
|
|
"build": "go build -o main",
|
|
"dev": "go run main.go"
|
|
},
|
|
"pattern": "**/*.go",
|
|
"excluded_dirs": []
|
|
} |