package util import "fmt" func Print(content string) { fmt.Println(content) }