Adding copyright and tossing extraneous comment

This commit is contained in:
tro3 2017-02-01 13:11:09 -08:00 коммит произвёл sam boyer
Родитель 532fbe98ba
Коммит eee4cec19b
2 изменённых файлов: 4 добавлений и 21 удалений

Просмотреть файл

@ -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 (