gofmt wat u know about it
This commit is contained in:
@@ -6,6 +6,6 @@ import "fmt"
|
||||
|
||||
func main() {
|
||||
// `x := val` is shorthand for `var x type = val`.
|
||||
x := "Hello assignment"
|
||||
fmt.Println(x)
|
||||
x := "Hello assignment"
|
||||
fmt.Println(x)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user