Akilesh
Akilesh

Reputation: 1

GOPRELOAD in windows to set process level environment variable?

Found the gopreload package. To what extent can this package be helpful in windows? Know that there is no such concept of preloading supported in windows. Just curious to know if I'll be able to at least set process-level environment variable for all new processes using this package though loading of .so file is obviously impossible in windows?

Upvotes: -4

Views: 77

Answers (1)

eik
eik

Reputation: 4610

The gopreload is not useful on Windows at all, since it only builds on Linux.

Plugins are currently supported only on Linux, FreeBSD, and macOS.

Upvotes: 0

Related Questions