Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
add -source flag found in mdempsky fork
Browse files Browse the repository at this point in the history
  • Loading branch information
stamblerre committed Sep 21, 2018
1 parent 0672078 commit 73d4bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gocode.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var (
g_sock = flag.String("sock", defaultSocketType, "socket type (unix | tcp | none)")
g_addr = flag.String("addr", "127.0.0.1:37373", "address for tcp socket")
g_debug = flag.Bool("debug", false, "enable server-side debug mode")
g_source = flag.Bool("source", false, "use source importer")
g_builtin = flag.Bool("builtin", false, "propose builtin objects")
)

Expand Down

0 comments on commit 73d4bb6

Please sign in to comment.