Move/update gomode file.

Now reflects the fact that this will be cloned from github. Also place
in source directory so that all packages in the project don't need to be
`src/foo`.
This commit is contained in:
Ashlie Martinez 2022-05-03 16:12:30 -07:00
parent 548ffb02ec
commit 0734a990d2
2 changed files with 3 additions and 3 deletions

3
go.mod
View File

@ -1,3 +0,0 @@
module alcionai/corso
go 1.18

3
src/go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/alcionai/corso
go 1.18