mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
add todo note for golang version bump
This commit is contained in:
parent
ef4d64b0a8
commit
565aba63ee
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ type FileResponse struct {
|
|||
Body []byte
|
||||
}
|
||||
|
||||
// TODO: once golang v1.19 is min requirement, we can switch to 'JoinPath()' of 'net/url' package
|
||||
func joinURL(baseURL string, paths ...string) string {
|
||||
p := make([]string, 0, len(paths))
|
||||
for i := range paths {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue