Results 9 comments of oliver

same here. `https://github.com/jtolds/gls` at master branch `77f18212c9c7edc9bd6a33d383a7b545ce62f064` ![image](https://user-images.githubusercontent.com/2270205/31043718-a27988ec-a5f3-11e7-9a46-95e408143b20.png)

`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() ```

![image](https://user-images.githubusercontent.com/2270205/51018400-68e96900-15b2-11e9-8f1c-265bb0984332.png)

## 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` ....