소스 검색

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 {