зеркало из https://github.com/golang/build.git
13 строки
318 B
Go
13 строки
318 B
Go
// Copyright 2019 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 repos
|
|
|
|
import "testing"
|
|
|
|
func TestInitDoesNotPanic(t *testing.T) {
|
|
// Verify that repos.go's init funcs don't panic when
|
|
// validating the repos.
|
|
}
|