From 06a85d74f5ba7cd802559b8a85199d4dacef743a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Sat, 16 Jun 2018 23:05:51 +1100 Subject: [PATCH] chore: remove unused code --- config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.go b/config/config.go index 2ebf0a1..ca246db 100644 --- a/config/config.go +++ b/config/config.go @@ -67,7 +67,6 @@ type FileDef struct { Path string Mode os.FileMode Content string - Secret string } type NetworkDef struct {