Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sijidou committed Aug 18, 2022
1 parent caaa623 commit adfe3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ func main() {
//循环读取文件信息
for {
name, err := reader.ReadString('\n') // 读到一个换行就结束
idtmp, companytmp := GetFirstCompany(auth_token, name)
if name != "" {
idtmp, companytmp := GetFirstCompany(auth_token, name)
id = append(id, idtmp...)
company = append(company, companytmp...)
fmt.Println("id:" + idtmp[0] + ",compay:" + companytmp[0])
Expand Down

0 comments on commit adfe3b0

Please sign in to comment.