mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-05-12 02:25:00 +08:00
8 lines
86 B
Go
8 lines
86 B
Go
package util
|
|
|
|
import "image"
|
|
|
|
func ReadImage(path string) image.Image {
|
|
return nil
|
|
}
|