Help golang and bitcoin

Hello everyone here is my problem , I have the following code at http://78.113.252.129

my question is this: could we sort the address beginning with 1L by reworking the code?

Source code here http://78.113.252.129/directory.rar

Thanks.

The rar link doesn’t work.

To prioritize write a special case in Less, e.g. https://play.golang.org/p/K6wwyE-6uR

Thanks the rar link work now.

hmmm the result doesn’t work automatic and result is no 1L but

1LWsLyY2j2mPtYcG9yG2bDFwTWryiJL6sp
1LagHJk2FyCV2VzrNHVqg3gYG4TSYwDV4m
1LwjY8QPCW46jXn79eeN5SfZDsYNB9qDj1
01MnyqgrXCmcWJHBYEsAWf7oMyqJAS81eC
01UCZSVufT1PNimutbPdJUiEyCYSiZAD6n
13xG3mC4TXUn8cRgqJG5eG9TDw4fFcztfE
13zGBax475zUoLFatjye7Rp48vPrtiaeqs
18XrReT5ChW8qgXecNgKTU5T6MrMMLnV8H
1BBwZVdBjoPxotHfrKLpHJBSy7vmc2pjex
1BYbgHpSKQCtMrQfwN6b6n5S718EJkEJ41
1CijKR7rDvJJBJfSPyUYrWC8kAsQLy2B2e
1E1NUNmYw1G5c3FKNPd435QmDvuNG3auYk
1EHNa6Q4Jz2uvNExL497mE43ikXhwF6kZm
1GDWJm5dPj6JTxF68WEVhicAS4gS3pvjo7
1JMcEcKXQ7xA7JLAMPsBmHz68bzugYtdrv
1KgVr2GExouGLAeAt79KwxykCck4k9Cexk
1NZUP3JAc9JkmbvmoTv7nVgZGtyJjirKV1
1NokMRjkCGBmy8F3JRdX5XHyXqY8Yxvd4i
1Q2ndXEiSc1yevvPzEfQ4wuwKEhyyE1Nsj

Thank you for having responded and sorry for my bad english

I’m not sure what do you mean by “automatic” and “result is no 1L”? Can you give an example what would you like the result look like?

Also, use template package, it helps to make code much easier to read. e.g. https://play.golang.org/p/eNXMy6j4Gk

PS: probably broke somethings during conversion.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.