codenotify icon indicating copy to clipboard operation
codenotify copied to clipboard

Enable usage as a normal go module.

Open jhchabran opened this issue 2 years ago • 4 comments

These changes enable to import codenotify as a go module and to use the now exported Subscribers function to compute subscribers from Go code rather than having to call the binary.

Other than a slight code reorganization to allow that, behavior remains unchanged.

jhchabran avatar Apr 15 '22 14:04 jhchabran

@jhchabran Saw this PR by chance, are you still working on getting this merged?

unknwon avatar May 17 '22 06:05 unknwon

@unknwon not right now as their is another dependent change before this gets merged, but if you need this for any reason, I can fix it and merge it, you tell me :)

jhchabran avatar May 17 '22 07:05 jhchabran

No rush and keep your pace 👍 I was just checking.

unknwon avatar May 17 '22 08:05 unknwon

Haha, checking again on this, I want to use it as normal Go module in another project.

unknwon avatar Aug 31 '22 14:08 unknwon