зеркало из https://github.com/golang/dep.git
Adding copyright and tossing extraneous comment
This commit is contained in:
Родитель
532fbe98ba
Коммит
eee4cec19b
|
@ -13,27 +13,6 @@ import (
|
|||
"github.com/sdboyer/gps"
|
||||
)
|
||||
|
||||
// const jg = `{
|
||||
// "dependencies": {
|
||||
// "github.com/babble/brook": {
|
||||
// "revision": "d05d5aca9f895d19e9265839bffeadd74a2d2ecb"
|
||||
// },
|
||||
// "github.com/sdboyer/gps": {
|
||||
// "version": ">=0.12.0, <1.0.0"
|
||||
// }
|
||||
// },
|
||||
// "overrides": {
|
||||
// "github.com/sdboyer/gps": {
|
||||
// "branch": "master",
|
||||
// "source": "https://github.com/sdboyer/gps"
|
||||
// }
|
||||
// },
|
||||
// "ignores": [
|
||||
// "github.com/foo/bar"
|
||||
// ]
|
||||
// }
|
||||
// `
|
||||
|
||||
func TestReadManifest(t *testing.T) {
|
||||
h := test.NewHelper(t)
|
||||
_, err := readManifest(h.GetTestFileReader("manifest/error.json"))
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// Copyright 2016 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package test
|
||||
|
||||
import (
|
||||
|
|
Загрузка…
Ссылка в новой задаче