@@ -6,7 +6,8 @@ import (
)
func main() {
c := config.LoadConfig()
applicationVersion := "0.0.0"
c := config.LoadConfig(applicationVersion)
r := setup.Setup(&c)
r.Run(":" + c.Port)
}
The note is not visible to the blocked user.