package moneymoney import "testing" func TestCase2(t *testing.T) { GetFromAPI() } func TestCase1(t *testing.T) { main() }