Go to file
Yiyang Kang a20bd674ab Initial commit 2022-11-20 15:06:34 +08:00
.gitignore Initial commit 2022-11-20 14:46:14 +08:00
LICENSE Initial commit 2022-11-20 14:46:14 +08:00
README.md Initial commit 2022-11-20 15:06:34 +08:00
go.mod Initial commit 2022-11-20 15:06:34 +08:00
lib.go Initial commit 2022-11-20 15:06:34 +08:00

README.md

Usage

import (
    _ "git.gensokyo.cafe/go/singlethreaded"

    // your other imports
)

Put the import on the top of the import list in your main package.