diff options
| author | Clawd <ai@clawd.bot> | 2026-02-19 21:03:12 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-02-19 21:03:12 -0800 |
| commit | 3a9decc7abdb5fdc10c025747c2b2b8b10210ffd (patch) | |
| tree | b6b93135ad7646913058319c4b7a85906d9e73f0 /main.go | |
| parent | 56a59d990f865a6e40e58ee335ee2efe2c0a8a40 (diff) | |
Rename package to secp256k1, remove main.go
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 8 |
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 @@ | |||
| 1 | package main | ||
| 2 | |||
| 3 | import "fmt" | ||
| 4 | |||
| 5 | func main() { | ||
| 6 | fmt.Println("secp256k1 from scratch") | ||
| 7 | fmt.Println("Run: go test -v") | ||
| 8 | } | ||
