测试代码块

  package main

  import "fmt"

  func main() {
      fmt.Println("Hello, 老刀AI码场")
  }
  go run main.go