diff options
author | Ayke van Laethem <[email protected]> | 2022-09-14 14:09:46 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-09-15 12:43:51 +0200 |
commit | 5f96d2b7843ceebeedd91acae0985f3bcb8a7516 (patch) | |
tree | 15c8a0332f5679e5d9d1d459b065be88ab2e102b /go.mod | |
parent | bd1d93b7058e19ebd82b57171eb7bf4f8bd42411 (diff) | |
download | tinygo-5f96d2b7843ceebeedd91acae0985f3bcb8a7516.tar.gz tinygo-5f96d2b7843ceebeedd91acae0985f3bcb8a7516.zip |
all: add flag for setting the goroutine stack size
This is helpful in some cases where the default stack size isn't big
enough.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |