JalonSolov
JalonSolov
The reason for it being WIP is because it isn't finished, yet. :-)
I'm not working on it, so I don't know. You'll have to wait for someone who has been working on it to respond. Or, take a look at the source...
Do you want just the modules, or the files in the modules?
Ok. Using Larpon's list and a few regex search/replace operations, I've edited your first comment with the list of 255 files that need docs.
I'd leave out `*/tests/*` and `thirdparty/*` (I removed files in `tests` subdirs from your list... a bunch of them just had a single function named `f` anyway). Examples? Maybe. Definitely...
I didn't do it on purpose.
Any chance of this getting fixed/merged? I've run into the same problem... `AccountID == ""`, causing a panic due to a nil pointer.
In looking at the code, it appears that there might be a simpler "fix" for this, which wouldn't rely on any particular fields other than the one that's always there:...
If you look at the JSON returned from GetWatchers, there are only 4 fields, none of them having to do with account ids, etc. However, the `self` field for each...