singlethreaded/README.md

12 lines
169 B
Markdown

# Usage
```go
import (
_ "git.gensokyo.cafe/go/singlethreaded"
// your other imports
)
```
Put the import on the top of the import list in your main package.