package
1.2.4
Repository: https://github.com/ccheers/xpkg.git
Documentation: pkg.go.dev

# README

str

import "github.com/ccheers/xpkg/str"

Index

func BytesToString

func BytesToString(bts []byte) string

func JoinInts

func JoinInts(is []int64) string

JoinInts format int64 slice like:n1,n2,n3.

func SplitInts

func SplitInts(s string) ([]int64, error)

SplitInts split string into int64 slice.

func StringToByte

func StringToByte(s string) []byte

Generated by gomarkdoc

# Functions

No description provided by the author
JoinInts format int64 slice like:n1,n2,n3.
SplitInts split string into int64 slice.
No description provided by the author