diff --git a/cmd/stringer/endtoend_test.go b/cmd/stringer/endtoend_test.go index 35479f0f..d71a6c13 100644 --- a/cmd/stringer/endtoend_test.go +++ b/cmd/stringer/endtoend_test.go @@ -2,6 +2,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// go command is not available on android + +// +build !android + package main import (