Browse Source

go fmt

master
Christopher Ramey 4 years ago
parent
commit
79329520e2
  1. 4
      main.go

4
main.go

@ -1,12 +1,12 @@
package main
import (
"bufio"
"fmt"
"os"
"bufio"
)
func main(){
func main() {
if len(os.Args) < 2 {
fmt.Fprintf(os.Stderr, "filename required\n")
os.Exit(1)

Loading…
Cancel
Save