Remove unused files (#230)

This commit is contained in:
sergystepanov 2020-10-01 19:54:14 +03:00 committed by GitHub
parent 04d21ef420
commit 3c756eb548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 32 deletions

1
_config.yml vendored
View file

@ -1 +0,0 @@
theme: jekyll-theme-cayman

View file

@ -1,6 +0,0 @@
scrape_configs:
- job_name: cloud-game
scrape_interval: 10s
static_configs:
- targets:
- localhost:9000

View file

@ -1,16 +0,0 @@
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
echo 'Installing go tools'
go get -mod='' -u golang.org/x/tools/cmd/goimports
go get -mod='' -u github.com/onsi/ginkgo/ginkgo
go get -mod='' -u github.com/vektra/mockery/cmd/mockery
go get -mod='' github.com/golangci/golangci-lint/cmd/golangci-lint
go get -mod='' -u golang.org/x/tools/cmd/cover
go get -mod='' -u github.com/mattn/goveralls
go get -mod='' -u honnef.co/go/tools/cmd/staticcheck
go get -mod='' -u github.com/go-bindata/go-bindata/go-bindata

View file

@ -1,9 +0,0 @@
package e2e
import (
"testing"
)
func TestE2E(t *testing.T) {
}