6 строки
83 Б
Go
6 строки
83 Б
Go
// +build !baremetal
|
|
// +build arm64 amd64 i386
|
|
|
|
package runtime
|
|
|
|
type timeT int64
|