go-learn/learning.go

10 lines
96 B
Go

package main
import (
"github.com/gocolly/colly"
)
func main() {
_ = colly.NewCollector()
}