From 1fef67c1910680405ebb3a2f1aecce35e1575b4d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 11 Aug 2016 11:34:16 -0700 Subject: [PATCH] gofmt --- gogs.go | 2 +- repo_collaborator.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gogs.go b/gogs.go index c34a7ed..1626441 100644 --- a/gogs.go +++ b/gogs.go @@ -14,7 +14,7 @@ import ( ) func Version() string { - return "0.10.3" + return "0.10.4" } // Client represents a Gogs API client. diff --git a/repo_collaborator.go b/repo_collaborator.go index ba1d0c0..2a0052d 100644 --- a/repo_collaborator.go +++ b/repo_collaborator.go @@ -5,8 +5,8 @@ package gogs import ( - "encoding/json" "bytes" + "encoding/json" "fmt" )