all: add flag for setting the goroutine stack size

This is helpful in some cases where the default stack size isn't big
enough.
This commit is contained in:
Ayke van Laethem
2022-09-14 14:09:46 +02:00
committed by Ron Evans
parent bd1d93b705
commit 5f96d2b784
9 changed files with 25 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@ require (
github.com/chromedp/chromedp v0.7.6
github.com/gofrs/flock v0.8.1
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
github.com/marcinbor85/gohex v0.0.0-20200531091804-343a4b548892
github.com/mattn/go-colorable v0.1.8
go.bug.st/serial v1.3.5