OSDN Git Service

new repo
[bytom/vapor.git] / vendor / golang.org / x / text / cmd / gotext / doc.go
1 // Copyright 2016 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 // DO NOT EDIT THIS FILE. GENERATED BY go generate.
6 // Edit the documentation in other files and rerun go generate to generate this one.
7
8 // gotext is a tool for managing text in Go source code.
9 //
10 // Usage:
11 //
12 //      gotext command [arguments]
13 //
14 // The commands are:
15 //
16 //      extract     extract strings to be translated from code
17 //
18 // Use "go help [command]" for more information about a command.
19 //
20 // Additional help topics:
21 //
22 //
23 // Use "gotext help [topic]" for more information about that topic.
24 //
25 //
26 // Extract strings to be translated from code
27 //
28 // Usage:
29 //
30 //      go extract <package>*
31 //
32 //
33 //
34 //
35 package main