This website requires JavaScript.
Explore
Help
Sign In
ArchConfig
/
emacs
Watch
2
Star
0
Fork
You've already forked emacs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
774507017c
emacs
/
snippets
/
go-mode
/
printf
6 lines
100 B
Plaintext
Raw
Blame
History
# -*- mode: snippet -*-
# name: fmt.Printf(...)
# key: pr
# --
fmt.Printf("${1:%s}\n", ${2:args})
$0
Reference in New Issue
View Git Blame
Copy Permalink