dotemacs
My Emacs configuration
git clone
git://git.entf.net/dotemacs
Log
|
Files
|
Refs
|
LICENSE
gh-9.go (59B)
1
package gh9
2
3
func x() string {
4
s := f(`
5
foo`)
6
return s
7
}