confi-emacs-actual/snippets/go-mode/println

5 lines
71 B
Plaintext

# -*- mode: snippet -*-
# name: println
# --
fmt.Println("${1:msg}")$0