Explorar o código

run gofmt on async producer test file

Varun Kumar %!s(int64=5) %!d(string=hai) anos
pai
achega
3f8f953835
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      async_producer_test.go

+ 1 - 1
async_producer_test.go

@@ -1282,7 +1282,7 @@ func ExampleAsyncProducer_goroutines() {
 	signal.Notify(signals, os.Interrupt)
 
 	var (
-		wg                                 sync.WaitGroup
+		wg                                  sync.WaitGroup
 		enqueued, successes, producerErrors int
 	)