Skip to content

Commit 5bcbd80

Browse files
committed
snippet(go): const: fix spacing
Fix: #93
1 parent 869175b commit 5bcbd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-mode/const

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# contributor: Seong Yong-ju
33
# name: const ... = ...
44
# --
5-
const ${1:name}${2: type} = ${3:value}$0
5+
const ${1:name} ${2:type} = ${3:value}$0

0 commit comments

Comments
 (0)