We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081dde0 commit f174119Copy full SHA for f174119
README.md
@@ -1,4 +1,4 @@
1
-[](https://coveralls.io/github/Armory/go-yaml-tools?branch=master)
+[](https://coveralls.io/github/armory/go-yaml-tools?branch=master)
2
3
## Go implementation of this library:
4
pkg/spring/spring.go
@@ -8,7 +8,7 @@ import (
8
9
yamlParse "gopkg.in/yaml.v2"
10
11
- "github.com/Armory/go-yaml-tools/pkg/yaml"
+ "github.com/armory/go-yaml-tools/pkg/yaml"
12
log "github.com/sirupsen/logrus"
13
)
14
0 commit comments