βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β _____ __ _ _ β
β / ____| /_/ (_) (_) β
β | (___ ___ _ __ ___ _ _ __ __ _ _ _ __ ___ β
β \___ \ / _ \ | '_ ` _ \ | | | '_ \ / _` | | | | '__| / _ \ β
β ____) | | __/ | | | | | | | | | | | | | (_| | | | | | | __/ β
β |_____/ \___| |_| |_| |_| |_| |_| |_| \__,_| |_| |_| \___| β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ’
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package util | |
| import ( | |
| "bytes" | |
| "context" | |
| "encoding/base64" | |
| "fmt" | |
| "io" | |
| chromeio "github.com/chromedp/cdproto/io" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package test | |
| import ( | |
| "testing" | |
| ) | |
| const iteratorBenchmarkIterations = 1000000 | |
| func generatorFunctionForTests() func() (int, bool) { | |
| i := 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package test | |
| import ( | |
| "bytes" | |
| "encoding/binary" | |
| "testing" | |
| ) | |
| type TestDataStruct struct { | |
| Int int64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Moved to : https://github.com/Seb-C/planetTextureGenerator.js |