utils

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CapitalLetterMin   = 'A'
	CapitalLetterMax   = 'Z'
	LowercaseLetterMin = 'a'
	LowercaseLetterMax = 'z'
	NumberMin          = '0'
	NumberMax          = '9'
	UnderLine          = '_'
)

Variables

This section is empty.

Functions

func IsCapital

func IsCapital(ch byte) bool

func IsLower

func IsLower(ch byte) bool

func IsValidSQLFieldName

func IsValidSQLFieldName(name string) bool

func MakeDirsIfNotExists

func MakeDirsIfNotExists(path string) error

func ReflectValueAndType

func ReflectValueAndType(bean interface{}) (reflect.Value, reflect.Type)

Types

This section is empty.

Jump to

Keyboard shortcuts

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