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 a9e7740 commit cfbe50fCopy full SHA for cfbe50f
sync.md
@@ -268,7 +268,7 @@ Paraphrasing:
268
269
Remember to use go vet in your build scripts as it can alert you to some subtle bugs in your code before they hit your poor users.
270
271
-### Dont use embedding because it's convienient
+### Dont use embedding because it's convenient
272
273
- Think about the effect embedding has on your public API.
274
- Do you _really_ want to expose these methods and have people coupling their own code to them?
0 commit comments