func myfunc(someparam string, someparam2 int) {
	// ...
	return "good"	
}