mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-11 09:52:14 +01:00
7 lines
153 B
Go
7 lines
153 B
Go
/*
|
|
Package xerrgroup helps running
|
|
many functions simultaneously and wait until
|
|
execution has completed or an error is encountered.
|
|
*/
|
|
package xerrgroup
|