From cda39388036383c33bbc09d90d3932e7e8b4cc87 Mon Sep 17 00:00:00 2001 From: Andrea Fazzi Date: Fri, 12 Mar 2021 09:47:15 +0100 Subject: [PATCH] Bump --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 61ffa3e..2eb8db3 100644 --- a/main.go +++ b/main.go @@ -9,6 +9,6 @@ func main() { fs := http.FileServer(http.Dir("public")) http.Handle("/", fs) - log.Println("Starting the web server...") + log.Println("Starting the web server for OEF...") http.ListenAndServe(":3000", nil) }