Documentation
¶
Index ¶
- func Command(name string, arg ...string) *exec.Cmd
- func CommandContext(ctx context.Context, name string, arg ...string) *exec.Cmd
- func Copy(dst io.Writer, src io.Reader) (written int64, err error)
- func Create(name string) (*os.File, error)
- func Int2Int32(p int) int32
- func Join(elem ...string) string
- func ListenAndServe(address string, handler http.Handler) error
- func Mkdir(name string, perm os.FileMode) error
- func MkdirAll(path string, perm os.FileMode) error
- func Open(name string) (*os.File, error)
- func OpenFile(name string, flag int, perm os.FileMode) (*os.File, error)
- func ReadFile(name string) ([]byte, error)
- func SocketCallMethod(ep any, methodName string, services map[string]reflect.Value, ...) (results []reflect.Value, err error)
- func TLSConfig() *tls.Config
- func TLSEMail(serverName string) *tls.Config
- func WriteFile(name string, data []byte, perm os.FileMode) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandContext ¶
替换exec.CommandContext
func SocketCallMethod ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.