From 348d8f13f0299cd97f9219105ed7b21e591ddd36 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 16 Nov 2017 12:51:52 +0100 Subject: dashboard/app: fix build --- dashboard/app/config_stub.go | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/app/config_stub.go b/dashboard/app/config_stub.go index 932ebf324..0c68453a8 100644 --- a/dashboard/app/config_stub.go +++ b/dashboard/app/config_stub.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. // +build !aetest -// +build package dash -- cgit mrf-deployment