nazastring

package
v0.15.2 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2020 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

Types

This section is empty.

Jump to

Keyboard shortcuts

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