1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-16 01:54:57 +02:00
No description
Find a file
2025-06-20 10:31:20 +02:00
.github Adding .github/workflows/test.yml 2025-05-22 20:09:27 +02:00
hack hack/make/go: update go.mk 2020-03-09 07:40:45 +09:00
.codecov.yml ci/codecov: add codecov config 2019-06-05 18:47:58 +09:00
.gitattributes all: set vanity import path 2020-03-09 07:31:06 +09:00
.gitignore fix circleci cache logic 2021-02-04 05:42:03 +09:00
.golangci.yml Update to support go v1.22+ 2025-05-22 19:51:42 +02:00
doc.go update module name 2025-05-22 19:52:58 +02:00
go.mod update module name 2025-05-22 19:52:58 +02:00
go.sum module: upgrade to google/go-cmp@v0.5.4 2021-02-16 23:22:59 +09:00
LICENSE all: change license author name 2020-03-09 07:31:07 +09:00
Makefile Update to support go v1.22+ 2025-05-22 19:51:42 +02:00
README.md README.md: add test badge 2025-05-22 21:49:09 +02:00
uri.go in File() join if statements 2025-06-20 10:21:02 +02:00
uri_test.go uri_test.go: test filename with $GOROOT 2025-06-20 10:31:20 +02:00

uri

test pkg.go.dev Go module

Package uri is an implementation of the URI Uniform Resource Identifier(RFC3986) specification for Go.