Standardize gomobile usages

This commit is contained in:
世界
2026-02-07 08:19:24 +08:00
parent aba8346bd6
commit 172a9d5e4e
5 changed files with 25 additions and 23 deletions

View File

@@ -43,7 +43,7 @@ type CommandServerHandler interface {
}
func NewCommandServer(handler CommandServerHandler, platformInterface PlatformInterface) (*CommandServer, error) {
ctx := BaseContext(platformInterface)
ctx := baseContext(platformInterface)
platformWrapper := &platformInterfaceWrapper{
iif: platformInterface,
useProcFS: platformInterface.UseProcFS(),