aboutsummaryrefslogtreecommitdiff
path: root/content/gos-declaration-syntax.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/gos-declaration-syntax.article')
-rw-r--r--content/gos-declaration-syntax.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gos-declaration-syntax.article b/content/gos-declaration-syntax.article
index a6113a1..f0eab83 100644
--- a/content/gos-declaration-syntax.article
+++ b/content/gos-declaration-syntax.article
@@ -1,7 +1,7 @@
# Go's Declaration Syntax
7 Jul 2010
Tags: c, syntax, ethos
-Summary: Newcomers to Go wonder why the declaration syntax is different from the tradition established in the C family. In this post we'll compare the two approaches and explain why Go's declarations look as they do.
+Summary: Why Go's declaration syntax doesn't look like, and is much simpler than, C's.
Rob Pike