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

5 lines
71 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: println
# --
fmt.Println("${1:msg}")$0