aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-19 21:03:12 -0800
committerClawd <ai@clawd.bot>2026-02-19 21:03:12 -0800
commit3a9decc7abdb5fdc10c025747c2b2b8b10210ffd (patch)
treeb6b93135ad7646913058319c4b7a85906d9e73f0 /main.go
parent56a59d990f865a6e40e58ee335ee2efe2c0a8a40 (diff)
Rename package to secp256k1, remove main.go
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/main.go b/main.go
deleted file mode 100644
index 2f37773..0000000
--- a/main.go
+++ /dev/null
@@ -1,8 +0,0 @@
1package main
2
3import "fmt"
4
5func main() {
6 fmt.Println("secp256k1 from scratch")
7 fmt.Println("Run: go test -v")
8}