From 5215a04f73e3b3ed1f8e7ac6e50fa4b69632f2a4 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 16 Oct 2019 19:26:30 +0200 Subject: [PATCH] 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 TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- term_solaris.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/term_solaris.go b/term_solaris.go index cd6feae..4bdb61a 100644 --- a/term_solaris.go +++ b/term_solaris.go @@ -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 (