1 2 3 4 5 6 7 8 9
//go:build !windows || sqlite3_nosys package vfs import "time" func osSleep(d time.Duration) { time.Sleep(d) }