Browse Source

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

tags/v1.9.0-rc1
Lunny Xiao 6 years ago committed by GitHub
parent
commit
835b53fc25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      modules/structs/attachment.go
  2. 3
      modules/structs/go.mod

1
modules/structs/attachment.go

@ -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

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