Re: [go-nuts] Type dependency graphs?

2018-05-27 Thread mrx
Very cool! I'll for sure investigate this closer, thanks a lot Rohit Jain.

Regards,
Patrik Iselind


On Sat, May 26, 2018 at 7:34 AM Rohit Jain 
wrote:

> https://github.com/TrueFurby/go-callvis
>
> This is a really neat tool
>
> On Wednesday, May 23, 2018, Patrik Iselind  wrote:
>
>> Hi guys,
>>
>> I'm after a way to visualize all types in my project spanning multiple
>> packages. This includes both which types are composed of which other types
>> and which functions are attached to the different types. Something similar
>> to UML class diagrams.
>>
>> Is there such a tool already or do i have to write it myself? All i can
>> find are packages that visualize dependencies between packages, i'm affter
>> what's in the packages.
>>
>> Regards,
>> Patrik
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to golang-nuts+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Rohit Jain
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] Type dependency graphs?

2018-05-25 Thread Rohit Jain
https://github.com/TrueFurby/go-callvis

This is a really neat tool

On Wednesday, May 23, 2018, Patrik Iselind  wrote:

> Hi guys,
>
> I'm after a way to visualize all types in my project spanning multiple
> packages. This includes both which types are composed of which other types
> and which functions are attached to the different types. Something similar
> to UML class diagrams.
>
> Is there such a tool already or do i have to write it myself? All i can
> find are packages that visualize dependencies between packages, i'm affter
> what's in the packages.
>
> Regards,
> Patrik
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Rohit Jain

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Type dependency graphs?

2018-05-23 Thread Patrik Iselind
Hi guys,

I'm after a way to visualize all types in my project spanning multiple 
packages. This includes both which types are composed of which other types 
and which functions are attached to the different types. Something similar 
to UML class diagrams.

Is there such a tool already or do i have to write it myself? All i can 
find are packages that visualize dependencies between packages, i'm affter 
what's in the packages.

Regards,
Patrik

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.