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
t.Logf()
```
also,
```shell
@ -44,6 +45,7 @@ go test github.com/go/pkg/package -v
```golang
t.Fail()
```
### Mark test as failed AND exit
```golang
@ -91,9 +93,9 @@ if os.Getenv("DRONE") == "true" {
This test is too long ? Skip it !
```golang
if testing.Short() {
if testing.Short() {
t.Skip("Skipping test in short mode")
}
}
```
```shell

View File

@ -4,7 +4,6 @@
For example, this can be used to deserialize toml into a dedicated struct.
## Example, with toml
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
mongo --username user --password='passwd'
```