home
Code
Branches
Tags
Commits
nftable-migration
home
/
tools
/
emacs
/
old
/
etc
/
yasnippet
/
snippets
/
go-mode
/
printf
Top
1
# -*- mode: snippet -*-
2
# name: printf
3
# --
4
fmt.Printf("$1\n"${2:, ${3:str}})