mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-10 12:18:13 +08:00
Initial commit
This commit is contained in:
7
util/image.go
Normal file
7
util/image.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package util
|
||||
|
||||
import "image"
|
||||
|
||||
func ReadImage(path string) image.Image {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user