Guest User

Untitled

a guest
Jun 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. panic: runtime error: index out of range
  2.  
  3. goroutine 33567 [running]:
  4. gitlab.com/easymarketing/ssh-sender/app/sshMailer.(*LoopStrings).Next(...)
  5. C:/Users/admin/go/src/gitlab.com/easymarketing/ssh-sender/app/sshMailer/loopstrings.go:22
  6. gitlab.com/easymarketing/ssh-sender/app/sshMailer.CreateMailData(0x1ab02380, 0x17, 0x1a996000, 0x12, 0x82e627a, 0x6, 0x2)
  7. C:/Users/admin/go/src/gitlab.com/easymarketing/ssh-sender/app/sshMailer/maildata.go:91 +0xa45
  8. main.sendEmailSMTP(0x0, 0x1a996000, 0x12, 0x0, 0x0, 0x0, 0x0, 0x15af, 0x0, 0x1a80e340, ...)
  9. C:/Users/admin/go/src/SEND/smtps.go:198 +0x20b
  10. created by main.worker
  11. C:/Users/admin/go/src/SEND/smtps.go:232 +0x139
  12.  
  13. if ls.index >= len(ls.items) {
  14. ls.index = 0
  15. }
Add Comment
Please, Sign In to add comment