mirror of
https://github.com/avelino/awesome-go.git
synced 2024-10-30 12:04:12 -04:00
11 lines
137 B
YAML
11 lines
137 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- go get github.com/russross/blackfriday
|
|
- go get github.com/PuerkitoBio/goquery
|
|
|