golistic / pxmysql

Go MySQL driver using X Protocol
MIT License
14 stars 0 forks source link

Reorganize code within the xmysql package #59

Closed geertjanvdk closed 1 year ago

geertjanvdk commented 1 year ago

We need to reorganize a bit the xmysql package so it is a bit cleaner. Functionality and types that should be private to the package should move to the internal-package, or example, low-level network communications or debugging tooling.