Skip to content

Commit 835b53f

Browse files
authored
make modules/structs as a spereate go mod (#7127)
1 parent 7162fbf commit 835b53f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

modules/structs/attachment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// license that can be found in the LICENSE file.
44

55
package structs // import "code.gitea.io/gitea/modules/structs"
6+
67
import (
78
"time"
89
)

modules/structs/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module code.gitea.io/gitea/modules/structs
2+
3+
go 1.12

0 commit comments

Comments
 (0)