Skip to content

Commit

Permalink
fix: add go.mod to ignore python (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Oct 30, 2024
1 parent 4681a10 commit 03212ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python-runtime/scaffolding/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// This needs to exist so that the Go toolchain doesn't include this directory. Annoying.
module exclude

go 1.23.0

0 comments on commit 03212ac

Please sign in to comment.