FlavorJ

Results 2 issues of FlavorJ

For security, should use NewLazySystemDLL(...) instead of NewLazyDLL(...) when loading system DLLs: https://godoc.org/golang.org/x/sys/windows#LazyDLL

From NeoSWSerial.h: ``` NeoSWSerial( const NeoSWSerial & ); // Not allowed NeoSWSerial & operator =( const NeoSWSerial & ); // Not allowed ``` This prevents using an array to store...