aboutsummaryrefslogtreecommitdiffstats
path: root/modules/structs/attachment.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-06-11 03:55:58 +0800
committertechknowlogick <hello@techknowlogick.com>2019-06-10 15:55:58 -0400
commitb3b468444b1dcc6c4353df232b6a74b2017e83db (patch)
tree238b9d74890365237cb491be3065f032ad18d749 /modules/structs/attachment.go
parent835b53fc259c82f38945a3e107a4eb51478967d5 (diff)
downloadgitea-b3b468444b1dcc6c4353df232b6a74b2017e83db.tar.gz
gitea-b3b468444b1dcc6c4353df232b6a74b2017e83db.zip
Revert "make modules/structs as a spereate go mod (#7127)" (#7175)
This reverts commit 835b53fc259c82f38945a3e107a4eb51478967d5.
Diffstat (limited to 'modules/structs/attachment.go')
-rw-r--r--modules/structs/attachment.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/structs/attachment.go b/modules/structs/attachment.go
index 7becd94335..954956f328 100644
--- a/modules/structs/attachment.go
+++ b/modules/structs/attachment.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
package structs // import "code.gitea.io/gitea/modules/structs"
-
import (
"time"
)