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