This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
make modules/structs as a spereate go mod (
#7127
)
tags/v1.9.0-rc1
Lunny Xiao
GitHub
6 years ago
parent
7434312d9d
commit
24ade05fbd
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/structs/attachment.go
+3
-0
modules/structs/go.mod
+ 1
- 0
modules/structs/attachment.go
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
- 0
modules/structs/go.mod
View File
@@ -0,0 +1,3 @@
module code.gitea.io/gitea/modules/structs
go 1.12
Write
Preview
Loading…
Cancel
Save