mirror of
https://github.com/golang/term.git
synced 2026-02-08 19:56:05 +03:00
term: add a Go file to make the builders happy
Change-Id: I01ba8ed54557791bf780d5e0f5260a57f6393a3b Reviewed-on: https://go-review.googlesource.com/24908 Reviewed-by: Quentin Smith <quentin@golang.org>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
0d63f7188e
commit
fcc174f3e9
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
|
||||
Reference in New Issue
Block a user