utils

package
v1.1.8 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DUtils = &Utils{}

Functions

This section is empty.

Types

type Utils added in v1.1.7

type Utils struct{}

func (*Utils) GetRandomNum added in v1.1.7

func (obj *Utils) GetRandomNum(N, M int) (result int)

GetRandomNum 获取[N,M]之间的随机整数,N<=M

func (*Utils) GetRandomString added in v1.1.7

func (obj *Utils) GetRandomString(n int) (result string)

GetRandomString 获取偶数位随机字符串

func (*Utils) ReadFileToSlice added in v1.1.7

func (obj *Utils) ReadFileToSlice(filepath string) (lines []string)

ReadFileToSlice 将文件中的所有非空行读入切片

Jump to

Keyboard shortcuts

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