make modules/structs as a spereate go mod (#7127)

This commit is contained in:
Lunny Xiao 2019-06-10 23:20:49 +08:00 committed by GitHub
parent 7162fbf3d6
commit 835b53fc25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
package structs // import "code.gitea.io/gitea/modules/structs"
import (
"time"
)

3
modules/structs/go.mod Normal file
View File

@ -0,0 +1,3 @@
module code.gitea.io/gitea/modules/structs
go 1.12