1
0
mirror of https://github.com/pinpox/gitea-matrix-bot synced 2024-11-22 19:31:58 +01:00

Adher to my newly established coding standards.

This commit is contained in:
Pablo Ovelleiro Corral 2019-05-15 18:25:32 +02:00
parent 76960a5320
commit 3b9ee2f12e
No known key found for this signature in database
GPG Key ID: F7C1D57C8464E825

@ -2,9 +2,11 @@ package main
import (
// "fmt"
"time"
"github.com/go-ini/ini"
"gopkg.in/alecthomas/kingpin.v2"
"time"
// "time"
log "github.com/sirupsen/logrus"
)