From 5a77e7a59dde33732d83e8b3ae84f83537449153 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Wed, 23 Oct 2019 22:05:31 +0800 Subject: [PATCH] Update doc.go --- doc.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc.go b/doc.go index d172360..e224310 100644 --- a/doc.go +++ b/doc.go @@ -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