singlethreaded/README.md

12 lines
169 B
Markdown
Raw Normal View History

2022-11-20 15:47:49 +09:00
# Usage
2022-11-20 15:46:14 +09:00
2022-11-20 15:47:49 +09:00
```go
import (
_ "git.gensokyo.cafe/go/singlethreaded"
// your other imports
)
```
Put the import on the top of the import list in your main package.