package
Version:
v0.0.30
Opens a new window with list of versions in this module.
Published: Nov 6, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Do[T any](fn func() T) func() T
Do 单例模式
func DoWithParam[T any, P any](fn func(P) T) func(P) T
DoWithParam 单例带参数模式 泛型函数
Source Files
¶
Click to show internal directories.
Click to hide internal directories.