Removing empty doc.go file
This commit is contained in:
parent
0faecc62db
commit
9424dc57d6
|
@ -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
7
doc.go
|
@ -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
|
Loading…
Reference in New Issue
Block a user