summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-10 07:34:58 -0600
committerJeff Carr <[email protected]>2024-02-10 07:34:58 -0600
commit51a8d8d7d2b2444d9186843646594576a73ee490 (patch)
tree238478d889bc8f5592fda90b11a1c00905fde1f6 /main.go
parent0fec5555ddd8574a831fb9e7e1d0b69a44b49a21 (diff)
add package descriptions
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 705f302..e3c42b7 100644
--- a/main.go
+++ b/main.go
@@ -112,9 +112,9 @@ func main() {
readconfigfile()
readVersionFile()
- for i, s := range versionMap {
- log.Println("found i =", i, "with", "s =", s)
- }
+ // for i, s := range versionMap {
+ // log.Println("found i =", i, "with", "s =", s)
+ // }
log.Println("found log =", versionMap["go.wit.com/log"])
http.HandleFunc("/", okHandler)
go https()