Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
Int64 represents an atomic int64. We do not use atomic.Load/StoreInt64 since it does not
work on 32 bit computers but we need 64 bit integers. Load loads the int64. Store stores the int64.
Package-Level Functions (only one, which is exported)
Go allows running a function in another goroutine
and waiting for its error.
The pages are generated with Goldsv0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds.