Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit a154dc8

Browse files
committed
gddo-server: fix bogus comment
This was accidentally left behind in abcff89 during review. Change-Id: Ia259269a56e37754f4faf793b13deb9a918359a1 Reviewed-on: https://go-review.googlesource.com/114975 Reviewed-by: Tuo Shan <[email protected]>
1 parent abcff89 commit a154dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gddo-server/crawl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var (
2626
)
2727

2828
// crawlNote is a message sent to Pub/Sub when a crawl occurs.
29-
// It is encoded with encoding/gob, so changes should match its
29+
// It is encoded as JSON, so changes should match its
3030
// compatibility requirements.
3131
type crawlNote struct {
3232
ImportPath string

0 commit comments

Comments
 (0)