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 4ff51f3 commit d6b93a8Copy full SHA for d6b93a8
README.md
@@ -24,13 +24,13 @@ go get -u github.com/josharian/impl
24
* `// mt MyType`
25
* `// mp *MyPointer`
26
* Open the **Command Palette**
27
- * `Ctrl+Shift+P` (Linux or Windows)
28
- * `Shift+Command+P`(macOS)
+ * `Ctrl+Shift+P` (Linux and Windows)
+ * `Shift+Command+P` (macOS)
29
* Look for *Go: Implement Interface Methods*
30
* Start typing the name of the interface and pick one from the list (ex: `io.Reader`)
31
* Hit Enter!
32
33
-
+
34
35
## Author
36
0 commit comments