goProject/.svn/pristine/b9/b946a400b24ba35b977cec32e4b4a7a2a15f64fe.svn-base
2025-01-06 16:21:36 +08:00

6 lines
175 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package linuxMgr
// Linux平台的管理器主要提供在Linux平台上才能运行的一些功能
// 如syscall.Dup2
// 使用方式,在游戏中引用此包即可