فهرست منبع

is this module working now?

teizz 3 سال پیش
والد
کامیت
59111873df
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      cmd/go.mod
  2. 1 1
      pathway.go

+ 1 - 1
cmd/go.mod

@@ -3,5 +3,5 @@ module main
 go 1.16
 
 require (
-    git.nxdomain.nl/mattijs/pathway@latest
+    git.nxdomain.nl/mattijs/pathway v0.1.0
 )

+ 1 - 1
pathway.go

@@ -47,7 +47,7 @@ type Queue struct {
 	gets  int32
 }
 
-func pathHandler(w http.ResponseWriter, r *http.Request) {
+func PathHandler(w http.ResponseWriter, r *http.Request) {
 	pathID := r.URL.Path
 
 	if len(pathID) < 2 {