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