Removing empty doc.go file

This commit is contained in:
Kenneth Shaw 2017-12-22 10:14:21 +07:00
parent 0faecc62db
commit 9424dc57d6
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,9 @@
// Package chromedp is a high level Chrome Debugging Protocol domain manager
// that simplifies driving web browsers (Chrome, Safari, Edge, Android Web
// Views, and others) for scraping, unit testing, or profiling web pages.
//
// chromedp requires no third-party dependencies (ie, Selenium), implementing
// the async Chrome Debugging Protocol natively.
package chromedp
import (

7
doc.go
View File

@ -1,7 +0,0 @@
// Package chromedp is a high level Chrome Debugging Protocol domain manager
// that simplifies driving web browsers (Chrome, Safari, Edge, Android Web
// Views, and others) for scraping, unit testing, or profiling web pages.
//
// chromedp requires no third-party dependencies (ie, Selenium), implementing
// the async Chrome Debugging Protocol natively.
package chromedp