sync: add a Go file to make the builders happy
Change-Id: I6e4fbebee02076b8c9d43318c3f7260f2339c1a3 Reviewed-on: https://go-review.googlesource.com/24907 Reviewed-by: Quentin Smith <quentin@golang.org>
This commit is contained in:
parent
b62d5b6cb4
commit
c6cf2573d3
1 changed files with 9 additions and 0 deletions
9
builders_test.go
Normal file
9
builders_test.go
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
// 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.
|
||||||
|
|
||||||
|
// Temporary file to make the builders happy so there's
|
||||||
|
// something buildable in this repo. This can be deleted
|
||||||
|
// when other code is added here.
|
||||||
|
|
||||||
|
package builders_test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue