nazastring

package
v0.18.4 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DumpSliceByte added in v0.14.0

func DumpSliceByte(b []byte) string

我在写单元测试时经常遇到一个场景, 测试结果输出的字节切片很长,我在第一次编写时,人肉确认输出结果是正确的后, 我需要将这个字节切片的值作为期望值,硬编码进单元测试的代码中,供后续每次单元测试做验证。

有了这个函数,我可以在第一次编写时,调用该函数,将得到的结果拷贝至单元测试的代码中, 之后将调用该函数的代码删除。

func SliceByteToStringTmp

func SliceByteToStringTmp(b []byte) string

func StringToSliceByteTmp

func StringToSliceByteTmp(s string) []byte

func SubSliceSafety added in v0.16.1

func SubSliceSafety(b []byte, m int) []byte

@param m 对切片做子切片操作,取值范围大于0,如果超过了原切片大小,则返回原切片

Types

This section is empty.

Jump to

Keyboard shortcuts

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