new [dev] .gitignore + fmt

master
Jean-Louis Huynen 2019-06-03 16:33:24 +02:00
parent aedc171264
commit 9a07cf10a0
No known key found for this signature in database
GPG Key ID: 64799157F4BD6B93
2 changed files with 6 additions and 6 deletions

0
.gitignore vendored Normal file
View File

View File

@ -1,6 +1,7 @@
package main
import (
"errors"
"flag"
"fmt"
"log"
@ -8,7 +9,6 @@ import (
"os"
"os/signal"
"strconv"
"errors"
"strings"
"github.com/D4-project/d4-golang-utils/config"