Skip to content

Commit

Permalink
Merge pull request #5 from Team-Kujira/go
Browse files Browse the repository at this point in the history
Go
  • Loading branch information
starsquidnodes authored May 26, 2024
2 parents 18ff249 + 7acc162 commit 1640c78
Show file tree
Hide file tree
Showing 51 changed files with 8,427 additions and 418 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.vscode
.vscode
main
build
/*.json
/*.py
test-*
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/make -f

# VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
# COMMIT := $(shell git log -1 --format='%H')

build:
go build -o ./build/pond

install:
go install
Loading

0 comments on commit 1640c78

Please sign in to comment.