Write an interesting code in go language

I can give you an example of an interesting piece of code written in Go: package main

import "fmt"

func main() { fmt.Println("Hello, world!") }

Guess you like

Origin blog.csdn.net/weixin_35749440/article/details/129534655