Skip to content

Commit

Permalink
Moving go.mod and go.sum to the root again
Browse files Browse the repository at this point in the history
Seems like while go.mod supports sub pacakges, it doesn't do it well.  It breaks the tooling such as go test ./... and go build ./...

In addition, if you dig enough, you find advice that says don't do it (because its not baked well).
  • Loading branch information
John Doak authored and John Doak committed Mar 13, 2020
1 parent 54ddde8 commit a17cdfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kusto/go.mod → go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Azure/azure-kusto-go/kusto
module github.com/Azure/azure-kusto-go

go 1.13

Expand Down
File renamed without changes.

0 comments on commit a17cdfa

Please sign in to comment.