small pixel drawing of a pufferfish vore

*
Jes Olson j3s@c3f.net
Sun, 19 Mar 2023 02:41:02 -0700
commit

f10af9e87d2f45412d04162316c57943dfa03196

parent

9109a65ff4ee55b064c50d75b5ea7ccf0288ea94

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

jump to
M main.gomain.go

@@ -9,7 +9,6 @@

func main() { s := New() mux := http.NewServeMux() - // since "/" is a wildcard, this anonymous function acts // as a router for patterns that can't be registered at // start time. e.g. /j3s or /j3s/feeds

@@ -30,6 +29,6 @@ mux.HandleFunc("/login", s.loginHandler)

mux.HandleFunc("/logout", s.logoutHandler) mux.HandleFunc("/register", s.registerHandler) - fmt.Printf("vore: listening on http://localhost:5544") + fmt.Println("vore: listening on http://localhost:5544") panic(http.ListenAndServe(":5544", mux)) }