diff --git a/main.go b/main.go index 8918222..2a17224 100644 --- a/main.go +++ b/main.go @@ -1,21 +1,10 @@ package main -import ( - "fmt" -) - -//TIP
To run your code, right-click the code and select Run.
Alternatively, click
-// the
Press
Alternatively, if available, click the lightbulb to view possible fixes.
- s := "gopher" - fmt.Printf("Hello and welcome, %s!\n", s) - - for i := 1; i <= 5; i++ { - //TIPTo start your debugging session, right-click your code in the editor and select the Debug option.
We have set one