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