Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

+gocity #70

Merged
merged 1 commit into from
Sep 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
+ [➡ Make graph of function calls in package](#-make-graph-of-function-calls-in-package)
+ [➡ Make PlantUML diagram](#-make-plantuml-diagram)
+ [➡ Make PlantUML diagram](#-make-plantuml-diagram)
+ [➡ Make 3D chart of Go codebase](#-make-3d-chart-of-go-codebase)
- Assembly
+ [➡ Get assembly of Go code snippets online](#-get-assembly-of-go-code-snippets-online)
+ [➡ Get Go compiler SSA intermediary representation](#-get-go-compiler-ssa-intermediary-representation)
Expand Down Expand Up @@ -563,6 +564,14 @@ Requirements
go install github.com/bykof/go-plantuml@latest
```

### ➡ Make 3D chart of Go codebase

GoCity is an implementation of the Code City metaphor for visualizing source code - folders are districts; files are buildings; structs are buildings on the top of their files. Also available at [go-city.github.io](https://go-city.github.io). — [@rodrigo-brito](https://github.com/rodrigo-brito)

<div align="center"><img src="img/gocity.png" style="margin: 8px; max-height: 640px;"></div>



## Assembly

### ➡ Get assembly of Go code snippets online
Expand Down
Binary file added img/gocity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ groups:
example_image_url: https://raw.githubusercontent.com/bykof/go-plantuml/master/docs/assets/graph.svg
requirements:
- go install github.com/bykof/go-plantuml@latest
- title: Make 3D chart of Go codebase
description: GoCity is an implementation of the Code City metaphor for visualizing source code - folders are districts; files are buildings; structs are buildings on the top of their files. Also available at [go-city.github.io](https://go-city.github.io).
example_image_url: img/gocity.png
author: https://github.com/rodrigo-brito
- title: Assembly
entries:
- title: Get assembly of Go code snippets online
Expand Down