File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-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
+
5
+ kubernetes-sigs/yaml is a permanent fork of [ ghodss/yaml] ( https://github.com/ghodss/yaml ) .
4
6
5
7
## Introduction
6
8
@@ -32,13 +34,13 @@ GOOD:
32
34
To install, run:
33
35
34
36
```
35
- $ go get github.com/ghodss /yaml
37
+ $ go get sigs.k8s.io /yaml
36
38
```
37
39
38
40
And import using:
39
41
40
42
```
41
- import "github.com/ghodss /yaml"
43
+ import "sigs.k8s.io /yaml"
42
44
```
43
45
44
46
Usage is very similar to the JSON library:
@@ -49,7 +51,7 @@ package main
49
51
import (
50
52
" fmt"
51
53
52
- " github.com/ghodss /yaml"
54
+ " sigs.k8s.io /yaml"
53
55
)
54
56
55
57
type Person struct {
@@ -93,7 +95,7 @@ package main
93
95
import (
94
96
" fmt"
95
97
96
- " github.com/ghodss /yaml"
98
+ " sigs.k8s.io /yaml"
97
99
)
98
100
99
101
func main () {
You can’t perform that action at this time.
0 commit comments