README: os (partially)
This commit is contained in:
@@ -209,9 +209,10 @@ Here are the Go packages that can be imported correctly:
|
|||||||
* [math/bits](https://pkg.go.dev/math/bits)
|
* [math/bits](https://pkg.go.dev/math/bits)
|
||||||
* [math/cmplx](https://pkg.go.dev/math/cmplx)
|
* [math/cmplx](https://pkg.go.dev/math/cmplx)
|
||||||
* [strconv](https://pkg.go.dev/strconv)
|
* [strconv](https://pkg.go.dev/strconv)
|
||||||
* [syscall](https://pkg.go.dev/syscall) (partially)
|
|
||||||
* [sync](https://pkg.go.dev/sync) (partially)
|
|
||||||
* [sync/atomic](https://pkg.go.dev/sync/atomic)
|
* [sync/atomic](https://pkg.go.dev/sync/atomic)
|
||||||
|
* [sync](https://pkg.go.dev/sync) (partially)
|
||||||
|
* [syscall](https://pkg.go.dev/syscall) (partially)
|
||||||
|
* [os](https://pkg.go.dev/os) (partially)
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
package atomic
|
package atomic
|
||||||
|
|
||||||
|
// llgo:skipall
|
||||||
import (
|
import (
|
||||||
"unsafe"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user