mirror of https://github.com/perkeep/perkeep.git
Merge "devcam: fix up package doc strings"
This commit is contained in:
commit
18de812d8b
|
@ -14,8 +14,9 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// This program runs the development appengine
|
||||
// camlistore with dev_appserver.py.
|
||||
// This file adds the "appengine" subcommand to devcam, to run the
|
||||
// development appengine camlistore with dev_appserver.py.
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// This program runs camget in "dev" mode,
|
||||
// to facilitate hacking on camlistore.
|
||||
// This file adds the "get" subcommand to devcam, to run camget against the dev server.
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// This program runs camput in "dev" mode,
|
||||
// to facilitate hacking on camlistore.
|
||||
// This file adds the "put" subcommand to devcam, to run camput against the dev server.
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// This program runs camlistored in "dev" mode,
|
||||
// to facilitate hacking on camlistore.
|
||||
// This file adds the "server" subcommand to devcam, to run camlistored.
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -14,7 +14,8 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
// This program runs the full test suite of the project.
|
||||
// This file adds the "test" subcommand to devcam, to run the full test suite.
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue