Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Apr 21, 2016
1 parent 94cc711 commit 3ebec9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ go get -u github.com/klauspost/asmfmt/cmd/goimports/...
go get -u github.com/klauspost/asmfmt/cmd/goreturns/...
```

Note that these require Go 1.5 due to changes in import paths.
Note that these require **Go 1.5** due to changes in import paths.

To test if the modified version is used, use `goimports -help`, and the output should look like this:

Expand All @@ -45,7 +45,7 @@ Using `gofmt -w mypackage` will Gofmt your Go files and format all assembler fil
# updates

* Apr 14, 2016: Fix end of multiline comments in macro definitions.
* Apr 14, 1016: Updated tools to Go 1.5+
* Apr 14, 2016: Updated tools to Go 1.5+
* Dec 21, 2015: Space before semi-colons in macro definitions is now trimmed.
* Dec 21, 2015: Fix line comments in macro definitions (only valid with Go 1.5).
* Dec 17, 2015: Comments are better aligned to the following section.
Expand Down

0 comments on commit 3ebec9a

Please sign in to comment.