Morris X. Yang

Results 7 issues of Morris X. Yang

![image](https://user-images.githubusercontent.com/8148137/62444655-b157b680-b790-11e9-9302-91a84288df0a.png) ![image](https://user-images.githubusercontent.com/8148137/62444680-c6344a00-b790-11e9-8695-0e6f35f5ec50.png)

add feat: SplitSlice SplitSlice returns splited slices which length equals splitLength. This is useful in scenarios such as request or saving data in batch when the size of transport data...

https://github.com/morrisxyang/errors README # errors [![Go Reference](https://pkg.go.dev/badge/github.com/morrisxyang/errors.svg)](https://pkg.go.dev/github.com/morrisxyang/errors) ![Static Badge](https://img.shields.io/badge/License-BSD2-Green) [![Coverage Status](https://coveralls.io/repos/github/morrisxyang/errors/badge.svg?branch=master)](https://coveralls.io/github/morrisxyang/errors?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/morrisxyang/errors)](https://goreportcard.com/report/github.com/morrisxyang/errors) ![Static Badge](https://img.shields.io/badge/go%20verion-%3E%3D1.15-blue) 简单的支持**错误堆栈**, **错误码**, **错误链**的工具库: - 支持携带堆栈, 嵌套构造错误链 - 支持携带错误码, 方便接口返回 - 支持自定义堆栈打印深度和错误链打印格式 - 使用 CallersFrames 替代...

cast.ToUint64E("18446744073709551615") // math.MaxUint64 will get err about value out of range. For ToUint64E, using strconv.ParseUint instead of strconv.ParseInt.

- 项目名称:errors - 项目地址:https://github.com/morrisxyang/errors - 项目简介 (**100** 字以内): [![Go Reference](https://pkg.go.dev/badge/github.com/morrisxyang/errors.svg)](https://pkg.go.dev/github.com/morrisxyang/errors) ![Static Badge](https://img.shields.io/badge/License-BSD2-Green) [![Coverage Status](https://coveralls.io/repos/github/morrisxyang/errors/badge.svg?branch=master)](https://coveralls.io/github/morrisxyang/errors?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/morrisxyang/errors)](https://goreportcard.com/report/github.com/morrisxyang/errors) ![Static Badge](https://img.shields.io/badge/go%20verion-%3E%3D1.15-blue) 简单的支持**错误堆栈**, **错误码**, **错误链**的工具库: - 支持携带堆栈, 嵌套构造错误链 - 支持携带错误码, 方便接口返回 - 支持自定义堆栈打印深度和错误链打印格式...

![image](https://user-images.githubusercontent.com/8148137/63091006-999de080-bf8f-11e9-84c1-5469c585f243.png)

修复js文件无法加载