2
0
mirror of synced 2025-02-20 13:38:20 +00:00

app: Remove 'from' duplication on Run doc

Change-Id: I97855989e32a09d0b0c3309579aa7965d3c72129
Reviewed-on: https://go-review.googlesource.com/1896
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Pierre Roullon 2014-12-12 22:28:41 +01:00 committed by David Crawshaw
parent f8e3bd5ba6
commit 3bb5e71983

View File

@ -12,7 +12,7 @@ import (
// Run starts the app.
//
// It must be called directly from from the main function and will
// It must be called directly from the main function and will
// block until the app exits.
func Run(cb Callbacks) {
run(cb)