Files
lti-api/vendor/github.com/jackc/puddle/v2/nanotime_unsafe.go
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

13 lines
240 B
Go

//go:build !purego && !appengine && !js
// This file contains the implementation of nanotime using runtime.nanotime.
package puddle
import "unsafe"
var _ = unsafe.Sizeof(0)
//go:linkname nanotime runtime.nanotime
func nanotime() int64