summaryrefslogtreecommitdiff
path: root/check_test.go
blob: 702c48aac24740d28f27aa1f26a3ff971cad5324 (plain)
1
2
3
4
5
6
7
8
package main

import "testing"

func TestKey(t *testing.T) {
	k := Key()
	t.Log(k)
}