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

Commit 1fef67c

Browse files
committed
gofmt
1 parent f286f03 commit 1fef67c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gogs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func Version() string {
17-
return "0.10.3"
17+
return "0.10.4"
1818
}
1919

2020
// Client represents a Gogs API client.

repo_collaborator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
package gogs
66

77
import (
8-
"encoding/json"
98
"bytes"
9+
"encoding/json"
1010
"fmt"
1111
)
1212

0 commit comments

Comments
 (0)