mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 04:32:15 +01:00
chore(godoc): removing dots
This commit is contained in:
@@ -320,8 +320,8 @@ func (b *chromiumBrowser) do(ctx context.Context, logger *zap.Logger, url string
|
|||||||
)
|
)
|
||||||
|
|
||||||
// See:
|
// See:
|
||||||
// https://github.com/gotenberg/gotenberg/issues/913.
|
// https://github.com/gotenberg/gotenberg/issues/913
|
||||||
// https://github.com/gotenberg/gotenberg/issues/959.
|
// https://github.com/gotenberg/gotenberg/issues/959
|
||||||
listenForEventLoadingFailed(taskCtx, logger, &loadingFailed, &loadingFailedMu)
|
listenForEventLoadingFailed(taskCtx, logger, &loadingFailed, &loadingFailedMu)
|
||||||
|
|
||||||
err = chromedp.Run(taskCtx, tasks...)
|
err = chromedp.Run(taskCtx, tasks...)
|
||||||
@@ -360,8 +360,8 @@ func (b *chromiumBrowser) do(ctx context.Context, logger *zap.Logger, url string
|
|||||||
}
|
}
|
||||||
|
|
||||||
// See:
|
// See:
|
||||||
// https://github.com/gotenberg/gotenberg/issues/913.
|
// https://github.com/gotenberg/gotenberg/issues/913
|
||||||
// https://github.com/gotenberg/gotenberg/issues/959.
|
// https://github.com/gotenberg/gotenberg/issues/959
|
||||||
loadingFailedMu.RLock()
|
loadingFailedMu.RLock()
|
||||||
defer loadingFailedMu.RUnlock()
|
defer loadingFailedMu.RUnlock()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user