Newer
Older
01_hello / package / alias.go
package main

import (
	hoge "fmt"
)

func main() {
	hoge.Println("hello")
}