mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-25 11:03:56 +00:00
Remove unused files (#230)
This commit is contained in:
parent
04d21ef420
commit
3c756eb548
4 changed files with 0 additions and 32 deletions
1
_config.yml
vendored
1
_config.yml
vendored
|
|
@ -1 +0,0 @@
|
|||
theme: jekyll-theme-cayman
|
||||
6
hack/configs/prometheus.yml
vendored
6
hack/configs/prometheus.yml
vendored
|
|
@ -1,6 +0,0 @@
|
|||
scrape_configs:
|
||||
- job_name: cloud-game
|
||||
scrape_interval: 10s
|
||||
static_configs:
|
||||
- targets:
|
||||
- localhost:9000
|
||||
16
hack/scripts/install_tools.sh
vendored
16
hack/scripts/install_tools.sh
vendored
|
|
@ -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
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
package e2e
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestE2E(t *testing.T) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue