trimming
This commit is contained in:
parent
d6b22926f8
commit
67c7a30b0f
@ -1,8 +1,4 @@
|
||||
// Hello World
|
||||
|
||||
// Here's an example Go program.
|
||||
|
||||
package main
|
||||
package main // Here's an example Go program.
|
||||
|
||||
import "fmt"
|
||||
|
@ -1,10 +1,5 @@
|
||||
// Vaules
|
||||
|
||||
// Go has various value types, including strings,
|
||||
package main // Go has various value types, including strings,
|
||||
// different types of numbers, booleans, etc.
|
||||
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
|
@ -1,5 +1,3 @@
|
||||
// Variables
|
||||
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user