Skip to content

Commit

Permalink
remove nodetime and protoc (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantani <Pantani>
  • Loading branch information
Pantani authored Apr 24, 2024
1 parent 2d08bf0 commit 79fcfda
Show file tree
Hide file tree
Showing 56 changed files with 5 additions and 10,196 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/gen-nodetime-binaries.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/gen-protoc-binaries.yml

This file was deleted.

10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
scripts/**/nodetime-*
.idea
dist/
node_modules
.DS_Store
apps/
.idea
.vscode
docs/.vuepress/dist
build/
**/node_modules/
.DS_Store
.vscode
*coverage.*
6 changes: 1 addition & 5 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ go 1.21.1

toolchain go1.21.1

use (
./hermes
./nodetime
./protoc
)
use ./hermes
6 changes: 0 additions & 6 deletions nodetime/data.go

This file was deleted.

6 changes: 0 additions & 6 deletions nodetime/data_darwin_amd64.go

This file was deleted.

6 changes: 0 additions & 6 deletions nodetime/data_darwin_arm64.go

This file was deleted.

6 changes: 0 additions & 6 deletions nodetime/data_linux_amd64.go

This file was deleted.

6 changes: 0 additions & 6 deletions nodetime/data_linux_arm64.go

This file was deleted.

3 changes: 0 additions & 3 deletions nodetime/go.mod

This file was deleted.

Binary file removed nodetime/nodetime-darwin-amd64.tar.gz
Binary file not shown.
Binary file removed nodetime/nodetime-darwin-arm64.tar.gz
Binary file not shown.
Binary file removed nodetime/nodetime-linux-amd64.tar.gz
Binary file not shown.
Binary file removed nodetime/nodetime-linux-arm64.tar.gz
Binary file not shown.
20 changes: 0 additions & 20 deletions protoc/data.go

This file was deleted.

6 changes: 0 additions & 6 deletions protoc/data_darwin_amd64.go

This file was deleted.

6 changes: 0 additions & 6 deletions protoc/data_darwin_arm64.go

This file was deleted.

6 changes: 0 additions & 6 deletions protoc/data_linux_amd64.go

This file was deleted.

6 changes: 0 additions & 6 deletions protoc/data_linux_arm64.go

This file was deleted.

3 changes: 0 additions & 3 deletions protoc/go.mod

This file was deleted.

Loading

0 comments on commit 79fcfda

Please sign in to comment.