cmd/swarm: fix windows tests

This commit is contained in:
Anton Evangelatov 2018-11-19 14:16:09 +01:00
parent ad8a782a82
commit fed4056f22

View file

@ -14,8 +14,6 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// +build !windows
package main package main
import ( import (