• Stars
    star
    658
  • Rank 65,859 (Top 2 %)
  • Language
    Go
  • License
    BSD 3-Clause "New...
  • Created over 9 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Print where symbols are defined in Go source code
## godef - find symbol information in Go source

Godef, given an expression or a location in a source file, prints the
location of the definition of the symbol referred to.

Known limitations:

- it does not understand about "." imports
- it does not deal well with definitions in tests.

More Repositories

1

gohack

Make temporary edits to your Go module dependencies
Go
870
star
2

go-internal

Selected Go-internal packages factored out from the standard library
Go
765
star
3

fastuuid

Fast generation of 192-bit UUIDs
Go
82
star
4

govers

A tool for rewriting Go import paths
Go
80
star
5

showdeps

show Go package dependencies
Go
51
star
6

rog-go

Automatically exported from code.google.com/p/rog-go
Go
34
star
7

godeps

Simple dependency locking tool for Go
Go
24
star
8

gomodmerge

merge go.mod files
Go
18
star
9

retry

Efficient for-loop retries in Go
Go
18
star
10

netdelay

Go packages for adding delay and buffering to network connections
Go
16
star
11

testscript

A fork of rogpeppe/go-internal/testscript with less dependencies
Go
16
star
12

ociregistry

Ergonomic OCI registry Go API
16
star
13

godate

A simple command to print dates with Go-style formatting
Go
15
star
14

misc

miscellaneous Go packages
Go
12
star
15

generic

Go
11
star
16

sortimports

sortimports - a command to sort import paths in Go files.
Go
9
star
17

modcop

Policing your Go depdndencies
Go
9
star
18

cueconfig

Easy CUE-based configuration for your Go programs
Go
7
star
19

go-charset

charset conversions in Go (superceded)
Go
7
star
20

fstream

Experiment in async directory tree streaming using Rust
Rust
6
star
21

bhttp

A Go clone of httpie that groks macaroon authorization.
Go
5
star
22

doorbell

A musical doorbell using TinyGo
Go
5
star
23

cue-config-demo

An example package showing how CUE can be used for configuration in Go programs
Go
5
star
24

rjson

"readable JSON" - JSON-compatible codec with a few tweaks to make it quicker to write and easier to read
Go
5
star
25

AI

support for OpenAI interaction in the acme text editor
Go
4
star
26

talks

Some Go talks I have given
HTML
4
star
27

genericdemo

Some ideas about how generic code might be generated for Go
Go
4
star
28

json

Print JSON values on the command line
Go
3
star
29

hroute

experimental http router
Go
3
star
30

hkt

hard fork of heetch/hkt
Go
2
star
31

go-fuzz-profiling

Go
2
star
32

annotatedcsv

Go library to parse annotated CSV and commands to process it.
Go
2
star
33

ebnf2regexp

convert Go-specification-style EBNF to regular expression (experimental)
Go
2
star
34

agitlink

An acme tool to show git permalinks to selected text
Go
2
star
35

cl-xmlspam

concise, regexp-like pattern matching on streaming XML with Common Lisp.
Common Lisp
2
star
36

acmeclean

A version of Russ Cox's acme Clean command
Go
2
star
37

grpc-workshop

Resources for workshop on gRPC
2
star
38

apipe

pipe acme window contents through a command
Go
2
star
39

slogtext

A Go log/slog Handler like slog.TextHandler but with JSON formatting of structured values
Go
2
star
40

configcat-cue

cue definitions for configcat configuration data
CUE
1
star
41

cuemodtest

testing cue module publishing
CUE
1
star
42

hydro

experimental household power control for hydroelectric scheme
JavaScript
1
star
43

blobstore

Go
1
star
44

macaroon-cmd

A command-line tool for manipulating macaroons
Go
1
star
45

pkmacaroon

Go
1
star
46

scrape-slack-spotify

Scrape all spotify links in a slack channel to make a spotify playlist.
Go
1
star
47

gnuflag

Go flag package with same API as stdlib flag but parsing GNU-style --flagname flags
Go
1
star