Update doc.go

This commit is contained in:
Andy Pan 2019-10-23 22:05:31 +08:00
parent b5a214b59f
commit 5a77e7a59d
1 changed files with 0 additions and 5 deletions

5
doc.go
View File

@ -1,10 +1,5 @@
// Copyright 2019 Andy Pan. All rights reserved.
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
/*
Library ants implements a goroutine pool with fixed capacity, managing and recycling a massive number of goroutines,
allowing developers to limit the number of goroutines in your concurrent programs.
*/
package ants