testing | dont be recursive for external domains | finalize oauth #5

Merged
simponic merged 24 commits from dont-be-authoritative into main 2024-04-06 15:43:19 -04:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit d0fa892493 - Show all commits

View File

@ -15,11 +15,6 @@ import (
"github.com/miekg/dns"
)
func destroy(conn *sql.DB, path string) {
conn.Close()
os.Remove(path)
}
func randomPort() int {
return rand.Intn(3000) + 1024
}