From 2e2fe00dbd69d631bff8189708315ebea5f1e524 Mon Sep 17 00:00:00 2001 From: "j.laycock" Date: Fri, 18 Oct 2019 11:31:25 +0100 Subject: [PATCH] Comma, no space? --- weed/storage/volume_create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/storage/volume_create.go b/weed/storage/volume_create.go index dbfc3b027..ef58e5871 100644 --- a/weed/storage/volume_create.go +++ b/weed/storage/volume_create.go @@ -1,4 +1,4 @@ -// +build !linux !windows +// +build !linux,!windows package storage