Axel, please send your reply to golang-nuts too, you can ignore the rest of
this, I already sent it to you but not golang-nuts because I didn't reply to
all.
> What is the "them" to be omitted if there is only one type parameter? It
> wouldn't make sense to omit the brackets (because there need
I think something like sync.Map[string]linked.List string is more readable than
sync.Map[string, linked.List[string]].
I propose putting the last type parameter to a generic type after the square
brackets and omitting them when there is only one type parameter.
--
You received this message bec
I would like to see only the addresses appear in 1L without any holes or 128
per page
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@goo
What i mean is that i would like to recalculate this number so that it only
shows me the total of pages for addresses starting with 1L
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from
Hello everyone
I modified the following code:
https://github.com/saracen/directory.io/blob/master/directory.go
Here is the total number of pages for a display of 128 addresses:
904625697166532776746648320380374280103671755200316906558262375061821325312
I modified the code to display only the a
hello i'm a problem with source code of directory.io :
As said in the title I'm on a project (GOLANG language)
I recreated the site directory.io with as a modification the display of the
final balance of each address (addresses included)
And also put a filter of the kind the addresses beginning w
Hello everyone this is my problem golang apparently said that I exceed the
limits.
Would there any way to overcome these limitations?
C:\Users\Dylan\Desktop>go run 1.go
2016/09/28 16:02:28 Listening
runtime: goroutine stack exceeds 10-byte limit
fatal error: stack overflow
runtime stac
Bonjour je voudrais savoir si le code directory.io serait modifiable pour
n'afficher que des adresses commençant par 1LE ?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
it changes nothing :(
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.co
here is my code :
package main
import (
"fmt"
"math/big"
"log"
"os"
"github.com/btcsuite/btcd/btcec"
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcutil/base58"
)
func main() {
// Print header
// Ini
10 matches
Mail list logo