1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-18 19:10:02 +02:00

Commit graph

  • 4d818318a2 uri_test.go: test filename with $GOROOT main v0.0.2 Henrik Hautakoski 2025-06-20 10:31:20 +02:00
  • c9d84a0ca2 in File() join if statements Henrik Hautakoski 2025-06-20 10:20:32 +02:00
  • 5b623d7046 runtime.GOROOT() is deprectaed use os.LookupEnv() Henrik Hautakoski 2025-06-20 10:19:27 +02:00
  • 22c1748628 uri_test.go: test windows file Henrik Hautakoski 2025-06-20 10:01:56 +02:00
  • bd941efb04 Change variable in New() to a more meaningful name. Henrik Hautakoski 2025-06-20 09:48:17 +02:00
  • 6d2150a426 remove circle ci Henrik Hautakoski 2025-05-22 21:52:04 +02:00
  • e3deaf1384 README.md: add test badge Henrik Hautakoski 2025-05-22 21:48:28 +02:00
  • 11ab527f6c uri.go: add URI.HasFilename() v0.0.1 Henrik Hautakoski 2025-05-22 21:30:40 +02:00
  • 9ec02972e6 uri.go: add IsFileURI() Henrik Hautakoski 2025-05-22 21:30:09 +02:00
  • 6c8dc7b70e uri.go: minor style fix Henrik Hautakoski 2025-05-22 21:29:40 +02:00
  • 6168fb46c4 Adding .github/workflows/test.yml Henrik Hautakoski 2025-05-22 20:08:03 +02:00
  • 24f4eff903 README.md: update links Henrik Hautakoski 2025-05-22 20:02:20 +02:00
  • eec2968ee7 update module name Henrik Hautakoski 2025-05-22 19:52:58 +02:00
  • 3ff68398c8 uri.go: format comment Henrik Hautakoski 2025-05-22 19:45:47 +02:00
  • 016e7e9a41 Update to support go v1.22+ Henrik Hautakoski 2025-05-22 19:41:06 +02:00
  • 80f6b3499f Makefile: add GO variable to have the ability to switch the go binary Henrik Hautakoski 2025-05-22 16:02:48 +02:00
  • 347c518a35
    module: upgrade to google/go-cmp@v0.5.4 Koichi Shiraishi 2021-02-16 23:22:59 +09:00
  • a28c0baecd
    fix circleci cache logic Koichi Shiraishi 2021-02-04 05:42:03 +09:00
  • 4d394892b9
    README: fix SaaS badge branch name Koichi Shiraishi 2021-02-03 15:24:35 +09:00
  • 63eaac75cc
    module: remove x/xerrors dependency Koichi Shiraishi 2020-03-09 07:46:01 +09:00
  • 016c8743e5
    module: update modules Koichi Shiraishi 2020-03-09 07:43:28 +09:00
  • cd5c7037e5
    hack/make/go: update go.mk Koichi Shiraishi 2020-03-09 07:40:45 +09:00
  • 2f65172f67
    lint/golangci-lint: update golangci-lint config Koichi Shiraishi 2020-03-09 07:40:39 +09:00
  • 2c92ed0f2b
    all: change license author name Koichi Shiraishi 2020-03-09 04:25:48 +09:00
  • 1524220eee
    all: set vanity import path Koichi Shiraishi 2020-03-08 20:51:27 +09:00
  • 497fed6dbd
    README: update badges Koichi Shiraishi 2020-03-09 07:29:39 +09:00
  • 1239a9c955
    ci/circleci: update golang version to 1.14-buster Koichi Shiraishi 2020-03-09 07:21:46 +09:00
  • a822a9bd5b
    README: fix badge links Koichi Shiraishi 2020-02-18 04:39:38 +09:00
  • 86fc80b22a
    github: add FUNDING.yml Koichi Shiraishi 2019-11-25 17:47:21 +09:00
  • e112321934
    module: update to google/go-cmp@b1c9c4891a Koichi Shiraishi 2019-09-05 21:17:37 +09:00
  • f6be1fff45
    module: use go1.13 Koichi Shiraishi 2019-09-05 21:13:37 +09:00
  • eb80a3a0a0
    module: update module packages Koichi Shiraishi 2019-08-29 14:11:48 +09:00
  • 43c82a6371
    uri: change URI.Filename to just returns the filename Koichi Shiraishi 2019-06-11 19:45:48 +09:00
  • 7580533e42
    ci/codecov: add codecov config Koichi Shiraishi 2019-06-05 18:42:34 +09:00
  • 0facba90a6
    all: remove const.go Koichi Shiraishi 2019-06-05 18:41:11 +09:00
  • 6ea0234e36
    uri: fix Filename reciever name Koichi Shiraishi 2019-06-05 18:39:51 +09:00
  • 695121e1f8
    uri: change all implemestations Koichi Shiraishi 2019-06-05 16:55:56 +09:00
  • e2736f1bb7
    uri: fix String method logic Koichi Shiraishi 2019-06-05 15:36:52 +09:00
  • 754c1e1256
    README: add cacheSeconds=60 Koichi Shiraishi 2019-06-05 15:36:36 +09:00
  • 6504854c95
    hack/make/go: update go.mk Koichi Shiraishi 2019-06-05 12:55:57 +09:00
  • b5bc921cdd
    lint/golangci-lint: update golangci-lint config Koichi Shiraishi 2019-06-05 12:54:06 +09:00
  • 1cfdb9025b
    uri: fix testcases Koichi Shiraishi 2019-06-05 12:51:46 +09:00
  • 2f7ed69ad1
    uri: fix {,Un}MarshalJSON and Parse logic Koichi Shiraishi 2019-06-05 12:50:56 +09:00
  • b45bca663f
    uri: fix lint suggestion Koichi Shiraishi 2019-06-05 12:28:28 +09:00
  • 0e3caec80a
    lint/golangci-lint: update golangci-lint config Koichi Shiraishi 2019-06-05 12:15:23 +09:00
  • 06512c375e
    hack/make/go: update go.mk Koichi Shiraishi 2019-06-05 12:15:13 +09:00
  • e878995d98
    README: fix package synopsys. Koichi Shiraishi 2019-06-05 12:10:53 +09:00
  • 979cfefb51
    uri: add more testcases Koichi Shiraishi 2019-06-05 12:10:11 +09:00
  • 2f8f142487
    uri: fix String method with format function & fix Parse and From logic Koichi Shiraishi 2019-06-05 12:10:00 +09:00
  • 00be424557
    const: add const.go Koichi Shiraishi 2019-06-05 12:09:47 +09:00
  • f880ad597a
    uri: fix MarshalJSON and UnmarshalJSON implements Koichi Shiraishi 2019-06-05 10:04:49 +09:00
  • 2acea58812
    ci/circleci: add GOPROXY and GOSUMDB environment Koichi Shiraishi 2019-06-05 09:50:12 +09:00
  • f766c93228
    ci/circleci: use go.sum for gomod cache file Koichi Shiraishi 2019-06-05 08:43:59 +09:00
  • 482ef69310
    module: update modules Koichi Shiraishi 2019-06-05 08:43:27 +09:00
  • 90a5178f88
    uri: fix URI json tag and add {,Un}MarshalJSON methods Koichi Shiraishi 2019-06-05 08:41:34 +09:00
  • a62f200b52
    all: fix LICENSE header and split package top level synopsis to doc.go Koichi Shiraishi 2019-06-05 08:40:08 +09:00
  • 11c1af96df
    git: not ignore go.sum Koichi Shiraishi 2019-06-05 08:33:42 +09:00
  • 30fa9f7ed8
    uri: change Parse arg to s instead of uri Koichi Shiraishi 2019-05-24 19:56:52 +09:00
  • 6d8f0e4dcb
    README: fix codecov url Koichi Shiraishi 2019-05-03 03:31:34 +09:00
  • 3d84710c37
    uri: add testcases Koichi Shiraishi 2019-05-03 03:28:36 +09:00
  • 88ccdf9cf8
    module: update modules Koichi Shiraishi 2019-05-03 03:28:33 +09:00
  • 09e2dfa002
    Makefile: fix .DEFAULT_GOAL Koichi Shiraishi 2019-05-03 03:28:05 +09:00
  • c2efe8eb04
    uri: implements Parse, File and From functions Koichi Shiraishi 2019-05-03 03:12:23 +09:00
  • 1d82d5b968
    ci/circleci: update cci-orb/golan orb to 0.0.8 Koichi Shiraishi 2019-05-02 14:11:11 +09:00
  • 2b113b44d2
    module: add go.mod Koichi Shiraishi 2019-05-02 13:38:27 +09:00
  • 054e1625c2
    git: update .gitignore Koichi Shiraishi 2019-05-02 13:37:59 +09:00
  • 18984fdc1c
    uri: fix godoc Koichi Shiraishi 2019-05-02 13:35:27 +09:00
  • acf7162031
    ci/circleci: add circleci config Koichi Shiraishi 2019-05-02 13:33:53 +09:00
  • bb28f6e096
    uri: add uri.go Koichi Shiraishi 2019-05-02 13:33:42 +09:00
  • 6ff0ca5617
    README: add READMD.md Koichi Shiraishi 2019-05-02 13:33:38 +09:00
  • 4c0c7d6771
    all: add initial go project files Koichi Shiraishi 2019-05-02 13:26:26 +09:00
  • 0914aa470d
    Initial commit Koichi Shiraishi 2019-05-02 13:11:34 +09:00