ZhangZhihui's Blog  

2023年9月21日

摘要: Original implementation: type SingleItem struct { Field string `json:"field"` Hour int `json:"hour"` Minute int `json:"minute"` ItemCode string `json: 阅读全文
posted @ 2023-09-21 11:14 ZhangZhihuiAAA 阅读(19) 评论(0) 推荐(0)
 
摘要: Right click the function name. Select item 'Go: Generate Unit Tests for Function' in the pop-up menu: A test file named <file name>_test.go is generat 阅读全文
posted @ 2023-09-21 09:36 ZhangZhihuiAAA 阅读(59) 评论(0) 推荐(0)