dongmeng9048 2013-03-21 15:11
浏览 337
已采纳

Go中的.a文件是什么?

In the GO standard library, there are source files under my Go installation:

C:\Go\src\pkg

The packages under the source folder corresponds to .a files in here:

C:\Go\pkg\windows_amd64

What are the .a files ? What are they used for and how are they generated. I noticed, that they get generated automatically when i do go get libraryhostedingithub.

  • 写回答

4条回答 默认 最新

  • duanpu8830 2013-03-21 15:22
    关注

    They are compiled packages. It is these files you are referencing when you write import foo/bar. It refers to $GOROOT/pkg/$GOOS_$GOARCH/foo/bar.a and not $GOROOT/src/foo/bar/*.go.

    These files contain the compiled package binary code, along with debug symbols and source information.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

悬赏问题

  • ¥15 安装svn网络有问题怎么办
  • ¥15 Python爬取指定微博话题下的内容,保存为txt
  • ¥15 vue2登录调用后端接口如何实现
  • ¥65 永磁型步进电机PID算法
  • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
  • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
  • ¥15 latex怎么处理论文引理引用参考文献