Explorar o código

fix url Fragment

fancl hai 1 ano
pai
achega
5f537fa6d2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      helper/url/url.go

+ 1 - 0
helper/url/url.go

@@ -97,6 +97,7 @@ func Build(opts ...Option) *url.URL {
 		Host:     o.Host,
 		Host:     o.Host,
 		Path:     o.Path,
 		Path:     o.Path,
 		RawQuery: qs.Encode(),
 		RawQuery: qs.Encode(),
+		Fragment: o.Fragment,
 	}
 	}
 }
 }