# Golang Notes

# General

Useful link(s) that I am going to add here.

## Getting Started
https://golangvedu.wordpress.com/2017/02/01/a-one-pager-tutorial-of-go-part-1/

## Interesting Workarounds/Hacks
Scripting with .go file: https://gist.github.com/posener/73ffd326d88483df6b1cb66e8ed1e0bd

# OS Specific
## Windows
 [Go library for ETW (Event Tracing for Windows) events processing](https://github.com/bi-zone/etw)  

[Subscribing to the Windows Event Log](https://github.com/scalingdata/gowinlog)

# Text Processing
- https://jdkato.medium.com/prodigy-prose-radically-efficient-machine-teaching-in-go-93389bf2d772
- https://github.com/jdkato/prose#ner



