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