all repos — flounder @ dd2cb2f7596b5de8a4102002eb572c55a41906fe

A small site builder for the Gemini protocol

oops
alex wennerberg alex@alexwennerberg.com
Mon, 18 Jan 2021 09:56:36 -0800
commit

dd2cb2f7596b5de8a4102002eb572c55a41906fe

parent

3d35721726896a728cca246d4fea18e300524ba2

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M main.gomain.go

@@ -3,13 +3,13 @@

import ( "flag" "fmt" - "github.com/go-co-op/gocron" + // "github.com/go-co-op/gocron" "github.com/gorilla/sessions" "io" "log" "os" "sync" - "time" + // "time" ) var c Config // global var to hold static configuration