Move comment
authorMikael Berthe <mikael@lilotux.net>
Sat, 18 Mar 2017 10:51:52 +0100
changeset 25 129fd2cee200
parent 24 40074e33c579
child 26 a20d384dfab2
Move comment
goduf.go
--- a/goduf.go	Sat Mar 18 10:47:27 2017 +0100
+++ b/goduf.go	Sat Mar 18 10:51:52 2017 +0100
@@ -19,13 +19,13 @@
 
 // This program (Goduf) is a fast duplicate file finder.
 // Use goduf --help to get the list of available options.
-
-package main
-
+//
 // Installation:
 //
 // % go get hg.lilotux.net/golang/mikael/goduf
 
+package main
+
 import (
 	"crypto/sha1"
 	"encoding/hex"