mirror of https://github.com/status-im/xgo.git
Bump readme to version 1.4.
This commit is contained in:
parent
73d67ca0e7
commit
06d05257e9
|
@ -71,7 +71,7 @@ You can select which Go release to work with through the `-go` command line flag
|
|||
to xgo and if the specific release was already integrated, it will automatically
|
||||
be retrieved and installed.
|
||||
|
||||
$ xgo -go 1.3.3 github.com/project-iris/iris
|
||||
$ xgo -go 1.4 github.com/project-iris/iris
|
||||
|
||||
Since xgo depends on not only the official releases, but also on Dave Cheney's
|
||||
ARM packages, there will be a slight delay between official Go updates and the
|
||||
|
@ -80,7 +80,7 @@ xgo updates.
|
|||
Additionally, a few wildcard release strings are also supported:
|
||||
|
||||
- `latest` will use the latest Go release
|
||||
- `1.3.x` will use the latest point release of a specific Go version
|
||||
- `1.4.x` will use the latest point release of a specific Go version
|
||||
|
||||
### Output prefixing
|
||||
|
||||
|
|
Loading…
Reference in New Issue