Add config file, handle it with Viper, add a command to open it in an editor
This commit is contained in:
parent
b8a8ba2e08
commit
61aa5880d3
234 changed files with 44636 additions and 383 deletions
12
Godeps/_workspace/src/gopkg.in/yaml.v2/suite_test.go
generated
vendored
Normal file
12
Godeps/_workspace/src/gopkg.in/yaml.v2/suite_test.go
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
package yaml_test
|
||||
|
||||
import (
|
||||
. "gopkg.in/check.v1"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { TestingT(t) }
|
||||
|
||||
type S struct{}
|
||||
|
||||
var _ = Suite(&S{})
|
Loading…
Add table
Add a link
Reference in a new issue