package util import "image" func ReadImage(path string) image.Image { return nil }