# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/7aazcrq
Show HN: Visualize the complexity of a Golang codebase with a 3D force graph
Hi HN!

I want to share a project for which Golang support was just added:

https://github.com/gabotechs/dep-tree

This is a tool that allows users to visualize the complexity of a code base using a 3D force-directed graph:

It will take a Golang codebase entrypoint, typically \\main.go\\, it will parse the file and gather other files in which t ... ⌘ Read more