Skip to content

Commit

Permalink
clean bat
Browse files Browse the repository at this point in the history
  • Loading branch information
peacess committed Jul 25, 2020
1 parent e9c42e1 commit b9ac953
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 38 deletions.
23 changes: 0 additions & 23 deletions build-dot.bat

This file was deleted.

File renamed without changes.
15 changes: 0 additions & 15 deletions dots-update.bat

This file was deleted.

20 changes: 20 additions & 0 deletions upgrade.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

@echo on

cd %~dp0
%~d0
set batPath=%cd%

go get github.com/bitly/go-simplejson
go get github.com/gin-gonic/gin
go get github.com/go-kit/kit
go get github.com/golang/mock
go get github.com/improbable-eng/grpc-web
go get github.com/jinzhu/gorm
go get github.com/pkg/errors
go get github.com/rs/cors
go get github.com/stretchr/testify
go get go.uber.org/zap

cd %batPath%

0 comments on commit b9ac953

Please sign in to comment.