我在目录x中有一个简单的Go程序:packagemainimport("log""os""github.com/yanzay/tbot")funcmain(){bot,err:=tbot.NewServer(os.Getenv("TELEGRAM_TOKEN"))iferr!=nil{log.Fatal(err)}bot.Handle("/answer","42")bot.ListenAndServe()}x/pkg/windows_386/github.com/yanzay包含文件tbot.a以及我程序中使用的tbot库。x/src/github.com/yanzay/tbot包含该