oliver
oliver
same here. `https://github.com/jtolds/gls` at master branch `77f18212c9c7edc9bd6a33d383a7b545ce62f064` 
`bb0351aa7eb6f322f32667d51375f26a2bca6628` still crashes... this is how I crash it. ```golang import ( "github.com/stretchr/testify/assert" "testing" ) func TestHahah(t *testing.T) { a := struct {Name string} {"a"} b := struct {Name string}...
``` go /* typedef long LONG; typedef unsigned long DWORD; typedef struct _PDH_FMT_COUNTERVALUE_DOUBLE { DWORD CStatus; double DoubleValue; }PDH_FMT_COUNTERVALUE_DOUBLE; */ import "C" ``` this struct will be better
```go type Bulk interface { Append(row map[string]interface{}) Length() int Full() bool LowWaterMarkFull() bool } // this channel is shared globally. var bulkChan = make(chan Bulk, 0) // this struct implement...
commet `go ck.ping()`, `Code:1000` remains. ``` // go ck.ping() ```

## what about this plan? 1. create a `.gists` folder under $HOME, and git clone all gists of a github user using `ssh protocol` . e.g.: `git clone [email protected]:12345.git` ....
fixed in my fork.
+1 💯