Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

juju2013/gowalker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Walker

中文文档

Go Walker is a web server that generates Go projects API documentation and hacker view on the fly for the projects that are hosted on Bitbucket, GitHub, Google Code, Launchpad and Git @ OSC.

Features

  • Search and view huge amounts documentation of projects.
  • Type package import path or keywords in search boxes to find or create documentation.
  • Generate Go project documentation on the fly .
  • View documentation by tags of projects.
  • One-click Code view for functions and methods code in current package in the same page with nice highlight.
  • Mouse hover tip and jump link for functions, methods and types in current package.
  • Code highlight and jump link for functions, methods and types from imported packages.
  • Control panel for keyboard shortcuts and more function: compatible with godoc.org.
  • Multiple language support for readme(.md): About.
  • Add third-party examples for your favorite projects: through Github Gist.
  • Source file based code view.

Develop route

See board on Trello about to do, bugs and road map.

Third-party packages

  • Beego: a lightweight web framework for web application quick development.
  • Qbs: Query by Struct is an excellent ORM, it supports MySQL, SQLite3 and PosgreSQL.
  • goconfig: a easy-use comments-support configuration file(.ini) parser for the Go Programming Language.

Credits

  • chenwenli Thanks for adding feature of Control Panel.
  • slene Thanks for README css.
  • atotto Thanks for translating site user interface to Japanese.
  • garyburd Thanks for teaching me about license.
  • Sub-package doc is originally a fork of gosrc.

License

Apache License, Version 2.0.

About

Go Walker is a web server that generates Go projects API documentation and source code on the fly.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 63.0%
  • CSS 33.7%
  • JavaScript 3.3%