Hi Kazuya,

I'm not sure what you mean by "learn how to write go documentation".

* Do you want guidelines for contributing to the official documentation?
* Do want a guide for how to write documentation for your own packages?

I guess a lot of the experienced people here can give you tips, but
I'd start from this:
https://golang.org/doc/faq#How_are_libraries_documented

It's in the FAQ and starts explaining how most of the documentation in
go is generate: using godoc.

There's an official blog post from 2011 talking about documentation:
https://blog.golang.org/godoc-documenting-go-code

To understand better how it works you can also check the package:
https://golang.org/pkg/go/doc/

To finish, I'm sorry if my assumption is wrong, but if japanese is
your native language, you can also find some interesting articles on
qiita.com
I particularly like this one: https://qiita.com/lufia/items/97acb391c26f967048f1
On Thu, Dec 20, 2018 at 3:27 PM 伊藤和也 <kazya.ito.dr...@gmail.com> wrote:
>
> Are there any teaching materials to learn how to write go documentations?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to