ios

package
v1.0.40 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package ios 输入输出相关.

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Write

func Write(writer io.Writer, datas ...[]byte) (int, error)

Write 写入数组.

Example
package main

import (
	"fmt"
	"io"

	"github.com/xuender/kit/ios"
)

func main() {
	fmt.Println(ios.Write(io.Discard, []byte("123"), []byte("4567")))

}
Output:

7 <nil>

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL