Improve formatting

This commit is contained in:
Justin Hawkins 2024-06-29 11:33:24 +09:30
parent 2eeaae2232
commit ffc606ec77

View File

@ -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)
} }