GoLandJet
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
-
GoLandJet created a post, CompletedUnhandled error reported for embeded anonymous field methods
Given the following code: var sb strings.Buildersb.WriteString("Hello, ")sb.WriteString("World!") I get no warnings. However the following will: type MyBuilder struct { strings.Builder}var mb myt...