Skip to content

Commit

Permalink
test/testdata: add missing go.mod file for cwdTest
Browse files Browse the repository at this point in the history
Otherwise, go1.16 will complain.

For golang#983

Change-Id: Ic2eebea4ec9dff357267220ebd7a9c0d3c1fe1df
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/291311
Trust: Hyang-Ah Hana Kim <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Rebecca Stambler <[email protected]>
  • Loading branch information
hyangah committed Feb 12, 2021
1 parent 9233ebf commit ab62b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/testdata/cwdTest/cwdTest/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module example.com/cwdTest

go 1.15

0 comments on commit ab62b6c

Please sign in to comment.