зеркало из https://github.com/go-gitea/yaml.git
Fix import paths in tests.
This commit is contained in:
Родитель
4914593b95
Коммит
4f3d34e492
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче