package
1.79.0-mod
Repository: https://github.com/sagernet/tailscale.git
Documentation: pkg.go.dev

# Functions

GFunc wraps a function to make it lazy.
SyncFuncErr wraps a function to make it lazy.
SyncFunc wraps a function to make it lazy.
SyncFuncErr wraps a function to make it lazy.

# Structs

DeferredFuncs allows one or more funcs to be deferred until the owner's [DeferredInit.Do] method is called for the first time.
DeferredInit allows one or more funcs to be deferred until [DeferredInit.Do] is called for the first time.
GValue is a lazily computed value.
SyncValue is a lazily computed value.

# Interfaces

TB is a subset of testing.TB that we use to set up test helpers.