tabs v spaces

This commit is contained in:
Lucas Gravley 2020-02-28 10:29:43 -06:00
parent 41a288fec9
commit ba06b87d85

View file

@ -3,5 +3,5 @@ package main
import "fmt"
func main() {
fmt.Println("hello world")
fmt.Println("hello world")
}