summaryrefslogtreecommitdiff
path: root/tests/functional/pick-roundtrip/main.go
blob: 0b02dc722c3a05a461ac75bd1b8f4caf2e34699d (plain) (blame)
1
2
3
4
5
6
7
package main

import "remembering"

func main() {
	remembering.MainTest()
}