mirror of
https://github.com/vbatts/go-fips.git
synced 2024-12-12 09:48:06 +00:00
README.md: formatting on the commands
This commit is contained in:
parent
de1edc544e
commit
237f89abc8
1 changed files with 14 additions and 6 deletions
20
README.md
20
README.md
|
@ -10,17 +10,25 @@ to set up an environment where fips mode can be enabled
|
|||
|
||||
## Building
|
||||
|
||||
go build .
|
||||
```
|
||||
go build .
|
||||
```
|
||||
|
||||
or
|
||||
and
|
||||
|
||||
go build -tags fips .
|
||||
```
|
||||
go build -tags fips .
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
go test .
|
||||
```
|
||||
go test .
|
||||
```
|
||||
|
||||
or
|
||||
and
|
||||
|
||||
go test -tags fips .
|
||||
```
|
||||
go test -tags fips .
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue