Results 6 issues of Feng Xu

If a json string has null element, expect a slice or struct, but json.LastError() have no error and any.ToVal() panic. ```go func TestJSONGet(t *testing.T) { var array []string j :=...

Variable `src` is already `models.Path` type, unnecessary convert type again.

I offen use gotests with `-template testify`, just like: ``` gotests -only "myFuncName" -w -template testify mycode.go ``` Can this plugin support the arg?

I found that after upgrading from drone code to gitness, the framework changed a lot. There used to be a `core` directory responsible for defining the interfaces of all modules,...

Can `Limit()` and `Offset()` functions make a placeholder for prepare statement? Use squirrel v1.5.4 the result: ``` sql, args, err := squirrel.Select("id").From("mytable").Where("id < ?", 100).Limit(10).Offset(20).ToSql() // output sql: SELECT id...