commit | 1fbbd62cfec66bd39d91e97749579579d4d3037e | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Tue Dec 09 13:38:15 2014 +1100 |
committer | David Symonds <dsymonds@golang.org> | Tue Dec 09 23:26:36 2014 +0000 |
tree | cdc94dad9c74e2755eb46fe6b1f7f05b18e07a8f | |
parent | 731db29863ea7213d9556d0170afb38987f401d4 [diff] [blame] |
crypto: add import comments. Change-Id: I33240faf1b8620d0cd600de661928d8e422ebdbc Reviewed-on: https://go-review.googlesource.com/1235 Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/otr/otr.go b/otr/otr.go index d98b323..07ac080 100644 --- a/otr/otr.go +++ b/otr/otr.go
@@ -4,7 +4,7 @@ // Package otr implements the Off The Record protocol as specified in // http://www.cypherpunks.ca/otr/Protocol-v2-3.1.0.html -package otr +package otr // import "golang.org/x/crypto/otr" import ( "bytes"