5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: println (short)
|
|
# --
|
|
fmt.Println("${1:msg}")$0
|