Skip to content

Commit 80faf74

Browse files
committed
Add go.mod
1 parent 4366271 commit 80faf74

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"git.ignoreLimitWarning": true
2+
"git.ignoreLimitWarning": true,
3+
"go.inferGopath": false
34
}

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/aspose-cells-cloud/aspose-cells-cloud-go/v20
2+
3+
go 1.13

0 commit comments

Comments
 (0)