@ -0,0 +1,3 @@
module streifling.com/jason/cpolis
go 1.22.0
@ -0,0 +1,8 @@
package main
import "net/http"
func main() {
mux := http.NewServeMux()
http.ListenAndServe(":8080", mux)
}
The note is not visible to the blocked user.