File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# YAML marshaling and unmarshaling support for Go
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/ghodss /yaml.svg )] ( https://travis-ci.org/ghodss /yaml )
3
+ [ ![ Build Status] ( https://travis-ci.org/kubernetes-sigs /yaml.svg )] ( https://travis-ci.org/kubernetes-sigs /yaml )
4
4
5
5
## Introduction
6
6
@@ -32,13 +32,13 @@ GOOD:
32
32
To install, run:
33
33
34
34
```
35
- $ go get github.com/ghodss /yaml
35
+ $ go get sigs.k8s.io /yaml
36
36
```
37
37
38
38
And import using:
39
39
40
40
```
41
- import "github.com/ghodss /yaml"
41
+ import "sigs.k8s.io /yaml"
42
42
```
43
43
44
44
Usage is very similar to the JSON library:
@@ -49,7 +49,7 @@ package main
49
49
import (
50
50
" fmt"
51
51
52
- " github.com/ghodss /yaml"
52
+ " sigs.k8s.io /yaml"
53
53
)
54
54
55
55
type Person struct {
@@ -93,7 +93,7 @@ package main
93
93
import (
94
94
" fmt"
95
95
96
- " github.com/ghodss /yaml"
96
+ " sigs.k8s.io /yaml"
97
97
)
98
98
99
99
func main () {
You can’t perform that action at this time.
0 commit comments