Skip to content

Instantly share code, notes, and snippets.

@patricksuo
Created April 8, 2016 06:24
Show Gist options
  • Save patricksuo/8300abd7b2f08442c0dcbeadc09acf49 to your computer and use it in GitHub Desktop.
Save patricksuo/8300abd7b2f08442c0dcbeadc09acf49 to your computer and use it in GitHub Desktop.
cscope helper script for golang
#!/bin/sh
find $PWD -name '*.go' -exec echo \"{}\" \; | sort -u > cscope.files
#cscope -bvq
cscope -b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment