gofmt
This commit is contained in:
parent
f286f03526
commit
1fef67c191
2 changed files with 2 additions and 2 deletions
2
gogs.go
2
gogs.go
|
@ -14,7 +14,7 @@ import (
|
|||
)
|
||||
|
||||
func Version() string {
|
||||
return "0.10.3"
|
||||
return "0.10.4"
|
||||
}
|
||||
|
||||
// Client represents a Gogs API client.
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
package gogs
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue