mirror of https://github.com/perkeep/perkeep.git
Add a genfileembed package comment
Change-Id: I65bfd3c1956921bb8d1d805cd6df84bc376ec802
This commit is contained in:
parent
3b3c2288a2
commit
dcc41792fb
|
@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// The genfileembed command embeds resources into Go files, to eliminate run-time
|
||||
// dependencies on files on the filesystem.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue