packages: add package github.com/rodaine/table

This commit is contained in:
fatedier
2018-01-17 01:15:34 +08:00
Unverified
parent 584e098e8e
commit afde0c515c
8 changed files with 543 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
sudo: false
language: go
go: 1.8
branches:
only:
- master
install: go get -t ./... github.com/golang/lint/golint
script: make lint test