mirror of
https://github.com/golang/term.git
synced 2026-02-08 19:56:05 +03:00
term: fix build on solaris
These build tags were copied by mistake to term_solaris.go. Remove them to fix the build on solaris. Change-Id: I0d6c4a1bd3a9dcbb9973051cff93819ba28f1fa8 Reviewed-on: https://go-review.googlesource.com/c/term/+/201418 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
committed by
Tobias Klauser
parent
159e5304a9
commit
5215a04f73
@@ -2,8 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build aix darwin dragonfly freebsd linux netbsd openbsd
|
||||
|
||||
package term
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user