我想获取当前主机的唯一标识符,该标识符用作 golang 中的许可证名称。怎么做 ?例如,像 C\xef\xbc\x9a
\n\ngethostid() //can get the host id\nRun Code Online (Sandbox Code Playgroud)\n 我在go src(/go/src/builtin/builtin.go)中找到了内置函数,如下所示:
func delete(m map[Type]Type1, key Type)
Run Code Online (Sandbox Code Playgroud)
但这不是源代码。谁能告诉我内置函数的源代码在哪里?