Explorar el Código

fix url Fragment

fancl hace 1 año
padre
commit
5f537fa6d2
Se han modificado 1 ficheros con 1 adiciones y 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,
 		Path:     o.Path,
 		RawQuery: qs.Encode(),
+		Fragment: o.Fragment,
 	}
 }