优化格式.
Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
parent
714c0008f5
commit
35c4af64ed
|
@ -141,7 +141,7 @@ import(
|
|||
)
|
||||
|
||||
func main(){
|
||||
b,err := ioutil.ReadFile("C:/example.txt")
|
||||
b, err := ioutil.ReadFile("C:/example.txt")
|
||||
|
||||
if err != nil{
|
||||
fmt.Println(err)
|
||||
|
|
Loading…
Reference in New Issue