nakagami / firebirdsql

Firebird RDBMS sql driver for Go (golang)
MIT License
224 stars 60 forks source link

Error building in Plan9 #102

Closed xhit closed 4 years ago

xhit commented 4 years ago

The syscall.AF_INET variable is not defined in Go for Plan9, avoiding building to this OS.

Fortunately, this variable was set for events subscriber and is possible to omit this functionality for Plan9 OS.