11 lines
154 B
Go
11 lines
154 B
Go
// Package routes is probably dog ass and a bad way to do things but i am a lemming
|
|
package routes
|
|
|
|
import (
|
|
"fmt"
|
|
"net/http"
|
|
"os"
|
|
"text/template"
|
|
)
|
|
|