Skip to content
Snippets Groups Projects
Commit 4f3d34e4 authored by Gustavo Niemeyer's avatar Gustavo Niemeyer
Browse files

Fix import paths in tests.

parent 4914593b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ package yaml_test
import (
. "launchpad.net/gocheck"
"gonuts.org/v1/yaml"
"gopkg.in/v1/yaml"
"math"
"reflect"
)
......
......@@ -3,7 +3,7 @@ package yaml_test
import (
"fmt"
. "launchpad.net/gocheck"
"gonuts.org/v1/yaml"
"gopkg.in/v1/yaml"
"math"
"strconv"
"strings"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment