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.
2 parents 9f17203 + 7df0047 commit 4b358a1Copy full SHA for 4b358a1
README.md
@@ -164,7 +164,7 @@ Then:
164
"/Users/<your username>/go/bin/gophernotes",
165
"{connection_file}"
166
],
167
- "display_name": "Golang",
+ "display_name": "Go",
168
"language": "go",
169
"name": "go"
170
}
kernel/kernel.json
@@ -1,9 +1,9 @@
1
{
2
"argv": [
3
- "/go/bin/gophernotes",
+ "gophernotes",
4
5
6
7
8
9
-}
+}
0 commit comments