You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-8Lines changed: 31 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,23 +53,46 @@ This client code was generated by the [go-swagger tool](https://github.com/go-sw
53
53
54
54
We use a modified generator and templates to generate the client, and the [sources are here](https://github.com/killbill/go-swagger).
55
55
56
-
To generate:
56
+
As explained in the [commit](https://github.com/killbill/go-swagger/commit/4d48bffe307c6043daccf5144b132c55cc783803), we are stuck
57
+
on an older version of `go-swagger`, i.e our fork is not up to date with parent. In addition to this, there is an [issue](https://github.com/go-swagger/go-swagger/issues/2215) compiling
58
+
the tool with recent version of go, and so we are aldo currently stuck using go <= 1.13 -- for building the tool itself, i.e the swagger generator.
59
+
60
+
To download/install GO 1.13, follow the steps from [here](https://golang.org/doc/manage-install), or simply:
61
+
62
+
```bash
63
+
# This will install the tool under ~/sdk by default
64
+
go get golang.org/dl/go1.13
65
+
go1.13 download
66
+
67
+
# You can then set GOROOT=~/sdk/go1.13 in your shell or inside Goland 's preference (for the project)
0 commit comments