Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 57b0c26

Browse files
authored
Update repo_watch.go
1 parent a6c2c85 commit 57b0c26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gitea/repo_watch.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
package gitea
66

7+
import (
8+
"time"
9+
)
10+
711
// WatchInfo represents a API watch status of one repository
812
type WatchInfo struct {
913
Subscribed bool `json:"subscribed"`

0 commit comments

Comments
 (0)