mirror of https://github.com/go-gitea/gitea.git
make modules/structs as a spereate go mod (#7127)
This commit is contained in:
parent
7162fbf3d6
commit
835b53fc25
|
@ -3,6 +3,7 @@
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
package structs // import "code.gitea.io/gitea/modules/structs"
|
package structs // import "code.gitea.io/gitea/modules/structs"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
module code.gitea.io/gitea/modules/structs
|
||||||
|
|
||||||
|
go 1.12
|
Loading…
Reference in New Issue