Go語言基礎單元測試示例

這個要熟悉原理,要能寫。。 但現在。。。。。 注意,沒有main函數,以_test.go結尾,命令go test -v package main import ( "testing" "net/http" ) const checkMark = " OK! " const ballotX = " ERROR! " func TestDownload(t *testing.T) { u
相關文章
相關標籤/搜索