main.go无法引用同目录下其他文件的函数和变量以及常量
摘要:
// main_call_other_file_const_define.go package main const ( Num = 10 ) // main_call_other_file_const.go package main import "fmt" func main() { fmt.P 阅读全文
posted @ 2024-01-28 11:27 王景迁 阅读(239) 评论(0) 推荐(0)