golang---fmt.Println函數內部調用和源碼print.go簡單探索

看下error接口 // error接口 type error interface { Error() string } 實現error接口 package main import "fmt" type fileError struct { } //https://blog.csdn.net/Maggie_up有問題歡迎指正! func (fe *fileError) Error() str
相關文章
相關標籤/搜索