Closed YH-Wang000 closed 4 months ago
https://github.com/openGemini/opengemini-client-go/blob/49423902a3ca16ac35fa57265f70914d470a964d/opengemini/point.go#L81
代码风格更像java而不是go,可导出变量的赋值推荐使用字面量,使用也建议直接使用
Is there any offical docs or sample codes related to this?
https://go.dev/doc/effective_go search keyword ”setter“ in web page
@YH-Wang000 make sense, Would you be willing to assist in fixing this issue?
https://github.com/openGemini/opengemini-client-go/blob/49423902a3ca16ac35fa57265f70914d470a964d/opengemini/point.go#L81
代码风格更像java而不是go,可导出变量的赋值推荐使用字面量,使用也建议直接使用