M cmd/efmt/main.go => cmd/efmt/main.go +1 -1
@@ 17,7 17,7 @@
// -o string
// path to output formatted text
//
-package main
+package main // import "sbinet.org/x/episto/cmd/efmt"
import (
"bufio"
M cmd/mta/main.go => cmd/mta/main.go +1 -1
@@ 5,7 5,7 @@
// Command mta sends emails using a real MTA command and forwards the message
// content to another command to update a contacts list.
// mta also automatically adds Bcc according to a config file.
-package main
+package main // import "sbinet.org/x/episto/cmd/mta"
import (
"bytes"
M cmd/vcard-ls/main.go => cmd/vcard-ls/main.go +1 -1
@@ 19,7 19,7 @@
// addr:port of CardDAV server
// -usr string
// username
-package main
+package main // import "sbinet.org/x/episto/cmd/vcard-ls"
import (
"flag"
M cmd/vcard-push/main.go => cmd/vcard-push/main.go +1 -1
@@ 11,7 11,7 @@
// $> vcard-push -addr-book business my-account /path/to/contacts.vcf
//
// options:
-package main
+package main // import "sbinet.org/x/episto/cmd/vcard-push"
import (
"errors"
M episto.go => episto.go +1 -1
@@ 2,7 2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package episto
+package episto // import "sbinet.org/x/episto"
import (
"fmt"