mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Minor Go formatting fix
parent
1d90207ce2
commit
86fee29d70
@ -460,7 +460,7 @@ a variable, it will be allocated on the heap if necessary. So these
|
||||
functions are equivalent:
|
||||
|
||||
```go
|
||||
type S struct{ I int }
|
||||
type S struct { I int }
|
||||
|
||||
func f1() *S {
|
||||
return new(S)
|
||||
|
Loading…
x
Reference in New Issue
Block a user