package
Version:
v1.0.40
Opens a new window with list of versions in this module.
Published: Nov 6, 2023
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
¶
Write 写入数组.
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>
Source Files
¶
Click to show internal directories.
Click to hide internal directories.