Ran go fmt on it

This commit is contained in:
Jan Philipp Timme 2018-12-29 18:09:44 +01:00
parent 50694f861b
commit 40c3044c84
2 changed files with 88 additions and 89 deletions

View File

@ -3,11 +3,10 @@ package main
import (
"bufio"
"fmt"
"os"
"mailq-inspector/parser"
"os"
)
func main() {
// Read data from stdin
scanner := bufio.NewScanner(os.Stdin)