Ver Fonte

fix url Fragment

fancl há 1 ano atrás
pai
commit
5f537fa6d2
1 ficheiros alterados com 1 adições e 0 exclusões
  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,
 	}
 }