There is anything in VSCode or Golang that can help ignoring a Function? For instance, a function has some errors, but its unused for the moment, but I need to test another functionality somewhere else in the project first, and I don’t want to comment out the code.
There is anything like this?
@ignoreThisFunction
func myFunc() {}