pythia

Browser based user interface for the Go source code guru

Github星跟踪图

Pythia is a browser based user interface for the Go source code guru,
which is a tool for navigating Go code.

For more information on the Go guru, see Using Go Guru.

Screenshot

Installing from source

Building Pythia requires Go with module support (Go 1.11 or later).

To install, run

$ git clone https://github.com/fzipp/pythia
$ cd pythia
$ go install

You will now find a pythia binary in your $GOBIN or $GOPATH/bin directory.

Running Pythia also requires guru:

$ go get -u golang.org/x/tools/cmd/guru

Usage

Start the web application with a package path, e.g.:

$ pythia net/http

By default it will listen on port :8080 and try to launch the application
in your browser. You can choose a different port via the -http flag, e.g.:

$ pythia -http :6060 fmt

Run pythia -help for more information.

主要指标

概览
名称与所有者fzipp/pythia
主编程语言Go
编程语言Go (语言数: 4)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2013-09-15 19:26:58
推送于2025-03-06 19:45:09
最后一次提交
发布数2
最新版本名称v0.2.0 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数339
关注者数14
派生数13
提交数190
已启用问题?
问题数21
打开的问题数5
拉请求数31
打开的拉请求数1
关闭的拉请求数14
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?