Add comments to make golint happy.

This commit is contained in:
Julien Laffaye
2015-03-05 11:57:38 +01:00
parent 816e28448f
commit 5807e676a3
2 changed files with 2 additions and 5 deletions

1
ftp.go
View File

@@ -16,6 +16,7 @@ import (
// EntryType describes the different types of an Entry.
type EntryType int
// The differents types of an Entry
const (
EntryTypeFile EntryType = iota
EntryTypeFolder