We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3323c commit 541cf9fCopy full SHA for 541cf9f
docs/developer/go-style-guide.md
@@ -413,7 +413,7 @@ FAVOR:
413
414
```go
415
type Object struct{
416
- subobject SubObject
+ subobject SubObject
417
}
418
419
func New() Object {
@@ -427,7 +427,7 @@ DISFAVOR:
427
428
429
430
- subobject *SubObject
+ subobject *SubObject
431
432
433
func New() *Object {
0 commit comments