Improve formatting
This commit is contained in:
parent
2eeaae2232
commit
ffc606ec77
@ -7,7 +7,7 @@ You can find fully-formed examples using this library in
|
|||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|
||||||
```
|
```go
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@ -53,7 +53,7 @@ func main() {
|
|||||||
context,
|
context,
|
||||||
time.Now().Format(time.Kitchen),
|
time.Now().Format(time.Kitchen),
|
||||||
events.EventTargetBoth,
|
events.EventTargetBoth,
|
||||||
0))
|
0))
|
||||||
}
|
}
|
||||||
time.Sleep(time.Second)
|
time.Sleep(time.Second)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user