优化格式.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2021-08-18 15:25:36 +08:00
parent 714c0008f5
commit 35c4af64ed
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ import(
) )
func main(){ func main(){
b,err := ioutil.ReadFile("C:/example.txt") b, err := ioutil.ReadFile("C:/example.txt")
if err != nil{ if err != nil{
fmt.Println(err) fmt.Println(err)