Files
lti-api/vendor/github.com/jackc/puddle/v2/nanotime_unsafe.go
T
GitLab Deploy Bot ad815b3412 .
2025-10-23 11:40:58 +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