cleanup files

This commit is contained in:
Özgür Kesim 2019-06-18 13:51:23 +02:00
parent 7c62ed1a6b
commit 7235574102
4 changed files with 0 additions and 62 deletions

View File

@ -1,13 +0,0 @@
version: 2
jobs:
build:
docker:
- image: golang:1.9
working_directory: /go/src/github.com/vektah/goparsify
steps:
- checkout
- run: go get -u github.com/golang/dep/cmd/dep github.com/alecthomas/gometalinter && gometalinter --install
- run: dep ensure --vendor-only
- run: go vet ./...
- run: go test -v ./...
- run: gometalinter . --disable gocyclo

View File

@ -1,9 +0,0 @@
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4

33
Gopkg.lock generated
View File

@ -1,33 +0,0 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
name = "github.com/davecgh/go-spew"
packages = ["spew"]
revision = "346938d642f2ec3594ed81d874461961cd0faa76"
version = "v1.1.0"
[[projects]]
name = "github.com/pmezard/go-difflib"
packages = ["difflib"]
revision = "792786c7400a136282c1664665ae0a8db921c6c2"
version = "v1.0.0"
[[projects]]
branch = "master"
name = "github.com/prataprc/goparsec"
packages = [".","json"]
revision = "82de4f9400c22ea84314f99bec5034895ae5eed9"
[[projects]]
name = "github.com/stretchr/testify"
packages = ["assert","require"]
revision = "69483b4bd14f5845b5a1e55bca19e954e827f1d0"
version = "v1.1.4"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "87eecb782b0100538dd03417f0dbedf48e19dec675ac73fb728f06da94d5606d"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -1,7 +0,0 @@
[[constraint]]
branch = "master"
name = "github.com/prataprc/goparsec"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"