You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am pretty new to Golang. I've been trying the "Try it out" section in the README for more than one hour and still haven't figured out how to use it successfully.
I have tried different working directories and changed different things. I would describe the closest I can get even though I don't think what I am doing makes sense:
pwd shows I am inside folder_a/gen-crd-api-reference-docs.
Folder structure currently looks like:
I am pretty new to Golang. I've been trying the "Try it out" section in the README for more than one hour and still haven't figured out how to use it successfully.
I have tried different working directories and changed different things. I would describe the closest I can get even though I don't think what I am doing makes sense:
pwd
shows I am insidefolder_a/gen-crd-api-reference-docs
.Folder structure currently looks like:
Command I run:
my GOPATH:
"/Users/myname/go"
Error:
invalid memory address or nil pointer dereference
I am currently just learning how to use it, but my end goal is to make changes to
component.md
andcomponent.html
based ontypes.go
What did I do wrong? How can I fix it? Thanks for your help in advance!
The text was updated successfully, but these errors were encountered: