Skip to content

Commit

Permalink
Add coin package
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Oct 21, 2020
0 parents commit c9154bc
Show file tree
Hide file tree
Showing 7 changed files with 1,455 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

.idea/
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
GOBASE := $(shell pwd)
GOBIN := $(GOBASE)/bin

generate-coins:
@echo " > Generating coin file"
GOBIN=$(GOBIN) go run -tags=coins coin/gen.go
Loading

0 comments on commit c9154bc

Please sign in to comment.