代码拉取完成,页面将自动刷新
// Copyright 2011-2017 visualfc <[email protected]>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import (
"github.com/visualfc/gotools/astview"
"github.com/visualfc/gotools/debugflags"
"github.com/visualfc/gotools/docview"
"github.com/visualfc/gotools/finddecl"
"github.com/visualfc/gotools/finddoc"
"github.com/visualfc/gotools/goapi"
"github.com/visualfc/gotools/godoc"
"github.com/visualfc/gotools/gofmt"
"github.com/visualfc/gotools/gopresent"
"github.com/visualfc/gotools/gotest"
"github.com/visualfc/gotools/jsonfmt"
"github.com/visualfc/gotools/oracle"
"github.com/visualfc/gotools/pkg/command"
"github.com/visualfc/gotools/pkgcheck"
"github.com/visualfc/gotools/pkgs"
"github.com/visualfc/gotools/runcmd"
"github.com/visualfc/gotools/terminal"
"github.com/visualfc/gotools/types"
)
func init() {
command.Register(types.Command)
command.Register(jsonfmt.Command)
command.Register(finddoc.Command)
command.Register(runcmd.Command)
command.Register(docview.Command)
command.Register(astview.Command)
command.Register(gopresent.Command)
command.Register(goapi.Command)
command.Register(pkgs.Command)
command.Register(oracle.Command)
command.Register(gofmt.Command)
command.Register(gotest.Command)
command.Register(finddecl.Command)
command.Register(terminal.Command)
command.Register(debugflags.Command)
command.Register(pkgcheck.Command)
command.Register(godoc.Command)
}
func main() {
command.AppName = "gotools"
command.AppVersion = "1.12"
command.AppInfo = "Go tools for liteide."
command.Main()
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。