Fix: format all the stuff

This commit is contained in:
Wilfried OLLIVIER 2019-07-07 21:21:21 +02:00
parent 2238814e3c
commit 2715a87c64
6 changed files with 9 additions and 9 deletions

View file

@ -31,6 +31,7 @@ or
```golang ```golang
t.Logf() t.Logf()
``` ```
also, also,
```shell ```shell
@ -44,6 +45,7 @@ go test github.com/go/pkg/package -v
```golang ```golang
t.Fail() t.Fail()
``` ```
### Mark test as failed AND exit ### Mark test as failed AND exit
```golang ```golang

View file

@ -4,7 +4,6 @@
For example, this can be used to deserialize toml into a dedicated struct. For example, this can be used to deserialize toml into a dedicated struct.
## Example, with toml ## Example, with toml
Here is how serde after version 1.0 (included) should be used with serialize/deserialize mechanisms. Here is how serde after version 1.0 (included) should be used with serialize/deserialize mechanisms.

View file

@ -13,4 +13,3 @@ Reality says
```shell ```shell
mongo --username user --password='passwd' mongo --username user --password='passwd'
``` ```