Fix up import paths

This commit is contained in:
eyedeekay
2024-11-09 11:54:18 -05:00
parent 912f176071
commit 7b1b6d431a
4 changed files with 6 additions and 6 deletions

View File

@ -12,8 +12,8 @@ import (
// "time"
//"log"
"net/http"
//"github.com/eyedeekay/sam3/helper"
//"github.com/eyedeekay/i2pkeys"
//"github.com/go-i2p/sam3/helper"
//"github.com/go-i2p/i2pkeys"
)
func HelloServer(w http.ResponseWriter, r *http.Request) {