Ztian Ele

Results 6 issues of Ztian Ele

use default value or "0001-01-01 00:00:00" when time is zero

![image](https://user-images.githubusercontent.com/21155831/165251794-4faa3103-e809-4396-b741-48fc5aa25427.png) As of version 2.6 of the SMBIOS specification, the first 3 fields of the UUID are supposed to be encoded on little-endian. the version should be SMBIOS version, not...

Is there a more appropriate way to change the parameters of a function? more complicated way.... ```golang var patchReadDir = gomonkey.NewPatches() var readDir func(name string) ([]os.DirEntry, error) readDir = func(name...

Do you hope to support configuring the json SetEscapeHTML option? The json library enables EscapeHTML by default. grateful

…nterface definitions. - [x] Do only one thing - [x] Non breaking API changes - [x] Tested ### What did this pull request do? - Extend the object interface in...

## GORM Playground Link https://github.com/go-gorm/playground/pull/1 ## Description If there is a unique index in the generated unit test, an error will be reported. ```go func Test_tblUserQuery(t *testing.T) { ..... err...