xujie

Results 4 issues of xujie

go: golang.org/x/[email protected]: unrecognized import path "golang.org/x/net" (https fetch: Get https://golang.org/x/net?go-get=1: dial tcp 216.239.37.1:443: i/o timeout) go: error loading module requirements

I'm a beginer of proto3. I searched similar keywords but don't found any relevant issues. The Go struct code generated by protoc 3 is typically in the following format: struct{...

The Go struct code generated by protoc 3 is typically in the following format: `struct{ Field1 string `protobuf:"bytes,1,opt,name=field1,proto3" json:"field1,omitempty"` }` It only includes protobuf and json parameters. I need to...

Hi, I use this project to mount AIGC models, and the model size is 10Gi. but **csi-pod-**** got errors below: "main.ERROR Unable to allocate 20971520 bytes, used 30809278 bytes, limit...