From fd802bfd4380c90530c084267a23b8fd1344f374 Mon Sep 17 00:00:00 2001 From: zjzj1996 Date: Wed, 11 Jan 2023 15:10:03 +0800 Subject: fix:typo --- go.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.html.markdown') diff --git a/go.html.markdown b/go.html.markdown index c040b3ee..fe69ed43 100644 --- a/go.html.markdown +++ b/go.html.markdown @@ -39,7 +39,7 @@ Go comes with a good standard library and a sizeable community. // +build prod, dev, test // A package clause starts every source file. -// Main is a special name declaring an executable rather than a library. +// main is a special name declaring an executable rather than a library. package main // Import declaration declares library packages referenced in this file. -- cgit v1.2.3