mirror of
https://github.com/laravel-ls/uri
synced 2026-06-16 01:54:57 +02:00
update module name
This commit is contained in:
parent
3ff68398c8
commit
eec2968ee7
2 changed files with 2 additions and 2 deletions
2
doc.go
2
doc.go
|
|
@ -3,4 +3,4 @@
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package uri is an implementation of the URI Uniform Resource Identifier(RFC3986) specification for Go.
|
||||
package uri // import "go.lsp.dev/uri"
|
||||
package uri // import "github.com/laravel-ls/uri"
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module go.lsp.dev/uri
|
||||
module github.com/laravel-ls/uri
|
||||
|
||||
go 1.22
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue