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
2019-06-05 12:51:46 +09:00
.circleci ci/circleci: add GOPROXY and GOSUMDB environment 2019-06-05 09:52:38 +09:00
hack hack/make/go: update go.mk 2019-06-05 12:15:13 +09:00
.gitattributes Initial commit 2019-05-02 13:26:06 +09:00
.gitignore git: not ignore go.sum 2019-06-05 08:33:42 +09:00
.golangci.yml lint/golangci-lint: update golangci-lint config 2019-06-05 12:15:23 +09:00
const.go const: add const.go 2019-06-05 12:09:47 +09:00
doc.go all: fix LICENSE header and split package top level synopsis to doc.go 2019-06-05 08:41:24 +09:00
go.mod module: update modules 2019-06-05 09:52:37 +09:00
go.sum module: update modules 2019-06-05 09:52: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 README: fix package synopsys. 2019-06-05 12:10:53 +09:00
uri.go uri: fix {,Un}MarshalJSON and Parse logic 2019-06-05 12:50:56 +09:00
uri_test.go uri: fix testcases 2019-06-05 12:51:46 +09:00
VERSION.txt all: add initial go project files 2019-05-02 13:33:33 +09:00

uri

CircleCI godoc.org codecov.io Releases GA

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