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 11# YAML marshaling and unmarshaling support for Go
22
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 ) .
46
57## Introduction
68
@@ -32,13 +34,13 @@ GOOD:
3234To install, run:
3335
3436```
35- $ go get github.com/ghodss /yaml
37+ $ go get sigs.k8s.io /yaml
3638```
3739
3840And import using:
3941
4042```
41- import "github.com/ghodss /yaml"
43+ import "sigs.k8s.io /yaml"
4244```
4345
4446Usage is very similar to the JSON library:
@@ -49,7 +51,7 @@ package main
4951import (
5052 " fmt"
5153
52- " github.com/ghodss /yaml"
54+ " sigs.k8s.io /yaml"
5355)
5456
5557type Person struct {
@@ -93,7 +95,7 @@ package main
9395import (
9496 " fmt"
9597
96- " github.com/ghodss /yaml"
98+ " sigs.k8s.io /yaml"
9799)
98100
99101func main () {
You can’t perform that action at this time.
0 commit comments