[go-nuts] Re: call a https endpoint from go app client

2023-06-12 Thread Vraj Reshamdalal
Hi Sebastian, Yes it is possible! Please use the package wincred to resolve your issue (wincred ). Summary of the example provided below: 1. The GetGenericCredential function from the wincred package is used to retrieve a generic

[go-nuts] Re: tool for ast graph visualization

2023-06-14 Thread Vraj Reshamdalal
Hi alex-coder! You can try using Graphviz. Graphviz (https://graphviz.org/) is a powerful open-source graph visualization software. It provides a collection of tools for visualizing and manipulating graph structures (such as AST graphs). To generate and visualize a graph using Graphviz, you can

[go-nuts] Re: tool for ast graph visualization

2023-06-15 Thread Vraj Reshamdalal
Hi alex-coder, To get ast for GO code in a json format you can try a web tool: https://astexplorer.net/ or https://github.com/asty-org/asty Thanks, Vraj On Thursday, June 15, 2023 at 9:31:54 AM UTC+5:30 alex-coder wrote: > Xa, context is the king on a field :-) > > You gave a good sample, and I