commit | c8734ef493e51de92c9df908f60dfe361864acc2 | [log] [tgz] |
---|---|---|
author | Katrina Owen <katrina.owen@gmail.com> | Wed Oct 07 19:40:45 2015 -0600 |
committer | Andrew Gerrand <adg@golang.org> | Thu Oct 08 02:18:07 2015 +0000 |
tree | a7dbfe84b69f6c6ec8fc5eac69caea4d0b641047 | |
parent | a2f217e397d4a7209587875306ca65fe9b63a3e9 [diff] |
content: clarify meaning of 'export' The slide was already explaining what 'export' means. Rather than restating it, this adds a bit more context about what export means by contrasting it with what unexported means. Fixes golang/go#12005 Change-Id: Id06daca3a519096e5c329f199c8db67f938cd463 Reviewed-on: https://go-review.googlesource.com/15556 Reviewed-by: Andrew Gerrand <adg@golang.org>