Tag: Go/入門
port install go
;; go-mode (require 'go-mode-load)
※ 「`flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.」という警告がでる。解消方法は不明。
package main import "fmt" func main() { fmt.Println("Hello, 世界") }