mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 20:26:39 +00:00
9 lines
95 B
Go
9 lines
95 B
Go
|
//go:build !go1.19
|
||
|
// +build !go1.19
|
||
|
|
||
|
package spec
|
||
|
|
||
|
import "net/url"
|
||
|
|
||
|
var parseURL = url.Parse
|