With go modules, we should be able to remove import comments

This commit is contained in:
Mickael Remond
2019-06-18 16:28:30 +02:00
parent c8ded1462f
commit 4d015e5b29
37 changed files with 37 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
package main // import "gosrc.io/xmpp"
package main
import (
"log"