Splitting repositories

This commit is contained in:
Kenneth Shaw
2017-12-27 09:30:28 +07:00
parent 9424dc57d6
commit b0c2445e67
219 changed files with 345 additions and 120677 deletions

View File

@@ -10,10 +10,10 @@ import (
"testing"
"time"
"github.com/knq/chromedp/cdp"
"github.com/knq/chromedp/cdp/css"
"github.com/knq/chromedp/cdp/dom"
"github.com/knq/chromedp/kb"
"github.com/chromedp/cdproto/cdp"
"github.com/chromedp/cdproto/css"
"github.com/chromedp/cdproto/dom"
"github.com/chromedp/chromedp/kb"
)
func TestNodes(t *testing.T) {