generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update ftl Go module when building
This updates the go.mod file at the root of a Go FTL module.
- Loading branch information
1 parent
7e5b073
commit 5674236
Showing
6 changed files
with
87 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "." | ||
}, | ||
{ | ||
"path": "go-runtime" | ||
}, | ||
{ | ||
"path": "kotlin-runtime" | ||
}, | ||
{ | ||
"path": "examples/time" | ||
}, | ||
{ | ||
"path": "examples/echo" | ||
}, | ||
{ | ||
"path": "examples/online-boutique" | ||
}, | ||
{ | ||
"path": "backend" | ||
}, | ||
{ | ||
"path": "cmd/ftl", | ||
"name": "cmd/ftl" | ||
} | ||
], | ||
"settings": { | ||
"files.exclude": { | ||
"**/.git": true, | ||
"**/.svn": true, | ||
"**/.hg": true, | ||
"**/CVS": true, | ||
"**/.DS_Store": true, | ||
"**/Thumbs.db": true, | ||
"**/_ftl": true, | ||
"**/node_modules": true, | ||
"**/go.work": true, | ||
"**/go.work.sum": true, | ||
".hermit": true, | ||
"**/*.zip": true, | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters