Pārlūkot izejas kodu

Merge pull request #2 from go-yaml/rename-imports

rename imports in test files
Gustavo Niemeyer 12 gadi atpakaļ
vecāks
revīzija
ec232d2920
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      decode_test.go
  2. 1 1
      encode_test.go

+ 1 - 1
decode_test.go

@@ -2,7 +2,7 @@ package yaml_test
 
 import (
 	. "launchpad.net/gocheck"
-	"gonuts.org/v1/yaml"
+	"gopkg.in/v1/yaml"
 	"math"
 	"reflect"
 )

+ 1 - 1
encode_test.go

@@ -3,7 +3,7 @@ package yaml_test
 import (
 	"fmt"
 	. "launchpad.net/gocheck"
-	"gonuts.org/v1/yaml"
+	"gopkg.in/v1/yaml"
 	"math"
 	"strconv"
 	"strings"