开发者

Writing Modules?

开发者 https://www.devze.com 2023-01-22 11:51 出处:网络
I\'ve been searching Google up and down, but I can\'t find any documentations on Modules and how to write them.

I've been searching Google up and down, but I can't find any documentations on Modules and how to write them.

So, My question is, how do you write 开发者_运维知识库Modules in Go?


The word module has many different meanings. What is your definition?

Take a look at Go packages. Read How to Write Go Code. Read the Go package documentation. Since Go is open source, look at the Go package source code for examples.


screencast on writing Go packages: http://www.youtube.com/watch?v=jDWBJOXs_iI

0

精彩评论

暂无评论...
验证码 换一张
取 消