FlyingOnion

Results 7 issues of FlyingOnion

This gofrs has nothing to do with github.com/gofrs. I just want to urge them to support go module asap. Package main page: https://pkg.go.dev/gitee.com/gofrs/uuid/v4 For Chinese friends suffering from poor network...

Go: 1.17.2 windows/amd64 VSCode: 1.67.1 VSCode-Go-Extention: 0.33.0 Example code: ```go func TestPrintByte0(t *testing.T) { b := []byte{'a', 'b', 0, 'd', 'e'} t.Log(string(b)) // only print ab without a '\n' t.Log("hello...

NeedsInvestigation
go-test

I still have some confusions about writing units. I hope the guide could contains some suggestions of writing tests. Maybe you could consider: 1. how to define cases? 2. should...

非要等到desktop拉完k8s的所有镜像才知道吗?如果有方法知道,就可以直接更新images.properties文件了。

According to k8s site, the official image registry changed from k8s.gcr.io to registry.k8s.io See [here](https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga/). I'm now using latest 1.25.4 and all images are pulled from the new source. Plz...

Thanks for your contribution, and I do have a suggestion which may make this library better. I'm using this library to write a code generator with generics, and I cannot...

A video link is better, I think.