Skip to content

Instantly share code, notes, and snippets.

@squeedee
Last active August 29, 2015 14:27
Show Gist options
  • Save squeedee/44c245fe56e8bfd90b5b to your computer and use it in GitHub Desktop.
Save squeedee/44c245fe56e8bfd90b5b to your computer and use it in GitHub Desktop.
How I might describe the nested aspect of a Golang program
  • [D] github.com
    • [D] squeedee
      • [D] flavor
        • [D] parser
          • [P] parser
            • [S] ParserContext
            • [I] Parser
            • [I] Parsable
          • [P] parser_ext
            • [I] ExtendableParser
        • [P] flavor
        • [P] main
      • [D] diagram
        • [P] diagram
          • [S] Edge
          • [S] Node
          • [I] Drawable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment