package main import "fmt" func main() { frontend := getUIAssets() fmt.Println(frontend) }