From 00cf134ae6b155246cdaa94827206f2fc551d6d1 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 10 Jan 2020 12:02:11 +0100 Subject: [PATCH] added comment to unexported variable --- pkg/command/server_simple.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/command/server_simple.go b/pkg/command/server_simple.go index bad48eecc5..7429e6dc7a 100644 --- a/pkg/command/server_simple.go +++ b/pkg/command/server_simple.go @@ -15,6 +15,7 @@ import ( ) var ( + // SimpleRuntimeServices declares which services will be started for the fullstack server SimpleRuntimeServices = []string{"hello", "konnectd", "phoenix"} )