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
2020-03-09 07:31:06 +09:00
.circleci ci/circleci: update golang version to 1.14-buster 2020-03-09 07:21:46 +09:00
.github github: add FUNDING.yml 2019-11-25 17:47:21 +09:00
hack hack/make/go: update go.mk 2019-06-05 12:55:57 +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 all: set vanity import path 2020-03-09 07:31:06 +09:00
.golangci.yml all: set vanity import path 2020-03-09 07:31:06 +09:00
doc.go all: set vanity import path 2020-03-09 07:31:06 +09:00
go.mod all: set vanity import path 2020-03-09 07:31:06 +09:00
go.sum module: update to google/go-cmp@b1c9c4891a 2019-09-05 21:17:37 +09:00
LICENSE Initial commit 2019-05-02 13:26:06 +09:00
Makefile Makefile: fix .DEFAULT_GOAL 2019-05-24 19:52:16 +09:00
README.md all: set vanity import path 2020-03-09 07:31:06 +09:00
uri.go uri: change URI.Filename to just returns the filename 2019-06-11 19:45:48 +09:00
uri_test.go uri: fix Filename reciever name 2019-06-05 18:47:36 +09:00

uri

CircleCI pkg.go.dev Go module codecov.io GA

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