Format source code

This commit is contained in:
mhmxs
2019-09-14 14:21:16 +02:00
parent fd361ddf2a
commit 53258bf989
34 changed files with 68 additions and 68 deletions

View File

@@ -17,8 +17,8 @@ package github
import (
"testing"
"github.com/laszlocph/woodpecker/model"
"github.com/google/go-github/github"
"github.com/laszlocph/woodpecker/model"
"github.com/franela/goblin"
)

View File

@@ -19,9 +19,9 @@ import (
"net/http"
"testing"
"github.com/franela/goblin"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/remote/github/fixtures"
"github.com/franela/goblin"
)
func Test_parser(t *testing.T) {