File: aliases_go1.21.go

package info (click to toggle)
golang-github-anacrolix-sync 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 144 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
//go:build go1.21
// +build go1.21

package sync

import (
	"sync"
)

var OnceFunc = sync.OnceFunc