added comment to unexported variable

This commit is contained in:
A.Unger
2020-01-10 12:02:11 +01:00
parent 813ae5eb63
commit 00cf134ae6
+1
View File
@@ -15,6 +15,7 @@ import (
)
var (
// SimpleRuntimeServices declares which services will be started for the fullstack server
SimpleRuntimeServices = []string{"hello", "konnectd", "phoenix"}
)