Adrien CABARBAYE
Adrien CABARBAYE
Hi @go101, Thanks for looking into this I checked with golds 0.4.5 and I am getting the same problem. go101.org/golds@main does not work with go 1.18 ``` λ golds -gen...
yes there is a whole go project see ``` λ ls -l total 172 drw-rw-rw- 4 adrcab01 0 4096 2022-03-04 09:55 auth drw-rw-rw- 2 adrcab01 0 4096 2022-03-04 09:55 cache...
I can confirm that go101.org/golds@main works
it actually works on Windows but fails on Linux (the same command) ``` server.go:296: no packages matched ```
> What does `go list -json ./...` output? > > I also ever encountered this problem when running Golds under a directory for the first time. See output on linux...
> go list -e -json -compiled=true -test=false -export=true -deps=true -find=false -- ./... See output on linux and windows: [output-linux.txt](https://github.com/go101/golds/files/8326696/output-linux.txt) [output-windows.txt](https://github.com/go101/golds/files/8326699/output-windows.txt)
This would indeed be a really useful feature, especially when trying to implement HATEOAS. Another solution could be to use a URL store such as https://github.com/alehano/reverse.
@JFCote : has version 1.5 made it to maven central or Jcenter? ``` > Could not find org.openapitools.openapistylevalidator:openapi-style-validator-cli:1.5. Searched in the following locations: - https://jcenter.bintray.com/org/openapitools/openapistylevalidator/openapi-style-validator-cli/1.5/openapi-style-validator-cli-1.5.pom - https://jcenter.bintray.com/org/openapitools/openapistylevalidator/openapi-style-validator-cli/1.5/openapi-style-validator-cli-1.5-all.jar - https://repo.maven.apache.org/maven2/org/openapitools/openapistylevalidator/openapi-style-validator-cli/1.5/openapi-style-validator-cli-1.5.pom -...
> > > @acabarbaye There was a problem during the release, the 1.5 was lost. It has been generated again and it's there! https://repo1.maven.org/maven2/org/openapitools/openapistylevalidator/openapi-style-validator-lib/1.5/ Perfect. I will give it another...
> > > @acabarbaye Here is what I would do: > > We could have a new property called `acceptHALProperties`. When this is true (false by default), properties that are...