mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
13 lines
216 B
YAML
13 lines
216 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- go get github.com/russross/blackfriday
|
|
- go get github.com/PuerkitoBio/goquery
|
|
- go get github.com/gorilla/mux
|
|
- go get github.com/microcosm-cc/bluemonday
|