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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?