package
Version:
v0.0.0-...-8deeed5
Opens a new window with list of versions in this module.
Published: Mar 12, 2021
License: GPL-3.0
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 ContactSlice(datas ...[]byte) []byte
rst := ContactSlice([]byte{0x01, 0x02}, []byte{0x03, 0x04})
fmt.Println(rst)
Output:
[1 2 3 4]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.