genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

format by linter

This commit is contained in:
Martin Geno 2017-06-22 20:36:11 +02:00
parent 99d62fcb47
commit 1e84ad95d6
No known key found for this signature in database
GPG Key ID: F0D39A37E925E941
11 changed files with 31 additions and 29 deletions

View File

@ -8,7 +8,6 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )
// Function to test UnmarshalTOML() // Function to test UnmarshalTOML()
func TestDuration(t *testing.T) { func TestDuration(t *testing.T) {
assert := assert.New(t) assert := assert.New(t)

View File

@ -1 +1,2 @@
blub invalid structur of a config file
(should not be able unmarshal to the config struct )

View File

@ -6,8 +6,9 @@ import (
"net/http" "net/http"
"time" "time"
"github.com/genofire/hs_master-kss-monolith/lib/log"
"sync" "sync"
"github.com/genofire/hs_master-kss-monolith/lib/log"
) )
// URL to the microservice, which manages permissions // URL to the microservice, which manages permissions

View File

@ -6,8 +6,9 @@ import (
"net/http" "net/http"
"time" "time"
"github.com/genofire/hs_master-kss-monolith/lib/log"
"sync" "sync"
"github.com/genofire/hs_master-kss-monolith/lib/log"
) )
// URL to the microservice which manages the products (product catalogue) // URL to the microservice which manages the products (product catalogue)