support raw urls

This commit is contained in:
2023-09-12 22:37:04 -07:00
parent 7285264fed
commit 552e1e3ac1
7 changed files with 37 additions and 63 deletions

View File

@@ -7,8 +7,8 @@ import (
"net"
"net/http"
"git.sr.ht/~kisom/goutils/config"
"git.sr.ht/~kisom/goutils/die"
"git.wntrmute.dev/kyle/goutils/config"
"git.wntrmute.dev/kyle/goutils/die"
"git.wntrmute.dev/kyle/kls/links"
)