Initial commit
This commit is contained in:
parent
4966b5c117
commit
a20bd674ab
11
README.md
11
README.md
|
@ -1,2 +1,11 @@
|
|||
# singlethreaded
|
||||
# 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.
|
||||
|
|
Loading…
Reference in New Issue