mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 20:39:04 +00:00
🚀 perf: Performance and Memory optimization
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !unix
|
||||
|
||||
package main
|
||||
|
||||
import "os"
|
||||
|
||||
func readFrameFile(filename string) ([]byte, error) {
|
||||
return os.ReadFile(filename)
|
||||
}
|
||||
Reference in New Issue
Block a user