From f663a0675214ae015f4f7164e500791d806940d5 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 20 Sep 2012 22:33:55 -0700 Subject: [PATCH] space --- 051-env.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/051-env.go b/051-env.go index 706a57f..e4f9100 100644 --- a/051-env.go +++ b/051-env.go @@ -1,5 +1,5 @@ -package main // Use the `os` package to list, set, and get - // environment variables. +package main // Use the `os` package to list, set, and get + // environment variables. import ( "os" "fmt"