Re: [go-nuts] [generics] moving the last type parameter to a type outside the square brackets

2021-01-05 Thread 'Anonymous AWK fan' via golang-nuts
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

[go-nuts] [generics] moving the last type parameter to a type outside the square brackets

2021-01-04 Thread 'Anonymous AWK fan' via golang-nuts
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

Re: [go-nuts] Sort bitcoin addresses

2017-01-16 Thread Anonymous
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

[go-nuts] Sort bitcoin addresses

2017-01-15 Thread Anonymous
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

[go-nuts] Sort bitcoin addresses

2017-01-15 Thread Anonymous
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

[go-nuts] Sort between bitcoin addresses and number of pages

2017-01-10 Thread Anonymous
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

[go-nuts] Limit golang exceed

2016-09-28 Thread Anonymous
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

[go-nuts] bitcoin golang

2016-09-22 Thread Anonymous
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

[go-nuts] Re: write in file the result of code

2016-09-19 Thread Anonymous
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

[go-nuts] Re: write in file the result of code

2016-09-19 Thread Anonymous
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