1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-17 10:30:02 +02:00
Commit graph

23 commits

Author SHA1 Message Date
c9d84a0ca2 in File() join if statements 2025-06-20 10:21:02 +02:00
5b623d7046 runtime.GOROOT() is deprectaed use os.LookupEnv() 2025-06-20 10:19:42 +02:00
bd941efb04 Change variable in New() to a more meaningful name. 2025-06-20 09:48:17 +02:00
11ab527f6c uri.go: add URI.HasFilename() 2025-05-22 21:30:40 +02:00
9ec02972e6 uri.go: add IsFileURI() 2025-05-22 21:30:09 +02:00
6c8dc7b70e uri.go: minor style fix 2025-05-22 21:29:40 +02:00
3ff68398c8 uri.go: format comment 2025-05-22 19:51:42 +02:00
Koichi Shiraishi
63eaac75cc
module: remove x/xerrors dependency 2020-03-09 07:46:01 +09:00
Koichi Shiraishi
2c92ed0f2b
all: change license author name 2020-03-09 07:31:07 +09:00
Koichi Shiraishi
43c82a6371
uri: change URI.Filename to just returns the filename 2019-06-11 19:45:48 +09:00
Koichi Shiraishi
6ea0234e36
uri: fix Filename reciever name 2019-06-05 18:47:36 +09:00
Koichi Shiraishi
695121e1f8
uri: change all implemestations 2019-06-05 16:55:56 +09:00
Koichi Shiraishi
e2736f1bb7
uri: fix String method logic 2019-06-05 15:36:52 +09:00
Koichi Shiraishi
2f7ed69ad1
uri: fix {,Un}MarshalJSON and Parse logic 2019-06-05 12:50:56 +09:00
Koichi Shiraishi
b45bca663f
uri: fix lint suggestion 2019-06-05 12:28:28 +09:00
Koichi Shiraishi
2f8f142487
uri: fix String method with format function & fix Parse and From logic 2019-06-05 12:10:00 +09:00
Koichi Shiraishi
f880ad597a
uri: fix MarshalJSON and UnmarshalJSON implements 2019-06-05 10:04:49 +09:00
Koichi Shiraishi
90a5178f88
uri: fix URI json tag and add {,Un}MarshalJSON methods 2019-06-05 09:51:08 +09:00
Koichi Shiraishi
a62f200b52
all: fix LICENSE header and split package top level synopsis to doc.go 2019-06-05 08:41:24 +09:00
Koichi Shiraishi
30fa9f7ed8
uri: change Parse arg to s instead of uri 2019-05-24 19:56:52 +09:00
Koichi Shiraishi
c2efe8eb04
uri: implements Parse, File and From functions 2019-05-24 19:52:02 +09:00
Koichi Shiraishi
18984fdc1c
uri: fix godoc 2019-05-02 13:35:27 +09:00
Koichi Shiraishi
bb28f6e096
uri: add uri.go 2019-05-02 13:33:42 +09:00