diff options
| author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-09-07 17:08:56 +0200 |
|---|---|---|
| committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-09-07 17:08:56 +0200 |
| commit | 6bcd9997181a4e5b4c7ffb8bcb8f2387e6a95a8e (patch) | |
| tree | 17adbd9a0b0221c230721ea2071a3d2826bb25c1 /hola/main.go | |
| parent | 171fa9ffd468ef18b19d88373c6f2f0c69556573 (diff) | |
Diffstat (limited to 'hola/main.go')
| -rw-r--r-- | hola/main.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hola/main.go b/hola/main.go deleted file mode 100644 index f1d34e4..0000000 --- a/hola/main.go +++ /dev/null @@ -1,11 +0,0 @@ -package main - -import ( - "log" - - "git.sigsum.org/sigsum-lib-go/pkg/hex" -) - -func main() { - log.Printf("hola: %s", hex.Serialize([]byte{0,1,2,3})) -} |
