From 23ff66e3002340fe420a17466c454703180e8a33 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 6 Apr 2015 23:04:18 +1000 Subject: [PATCH] cmd/...: Some package synopses --- cmd/dht-ping/main.go | 1 + cmd/torrent/main.go | 1 + cmd/torrentfs/main.go | 1 + 3 files changed, 3 insertions(+) diff --git a/cmd/dht-ping/main.go b/cmd/dht-ping/main.go index 9f8d0734..0588a848 100644 --- a/cmd/dht-ping/main.go +++ b/cmd/dht-ping/main.go @@ -1,3 +1,4 @@ +// Pings DHT nodes with the given network addresses. package main import ( diff --git a/cmd/torrent/main.go b/cmd/torrent/main.go index 6062d169..b973db1c 100644 --- a/cmd/torrent/main.go +++ b/cmd/torrent/main.go @@ -1,3 +1,4 @@ +// Downloads torrents from the command-line. package main import ( diff --git a/cmd/torrentfs/main.go b/cmd/torrentfs/main.go index 61a11c2e..1e1c6198 100644 --- a/cmd/torrentfs/main.go +++ b/cmd/torrentfs/main.go @@ -1,3 +1,4 @@ +// Mounts a FUSE filesystem backed by torrents and magnet links. package main import ( -- 2.48.1