alias.go 95 B

123456
  1. package main
  2. import fm “fmt” // alias3
  3. func main() {
  4. fm.Println(“hello, world”)
  5. }