操作系统的学习

今天学习了操作系统

Goroutine 基础

go func() {
    fmt.Println("Hello from goroutine")
}()