mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 22:21:18 +02:00
lnd: fix build error for go 1.6.3, use experimental context import
This commit fixes a build error for go 1.6.3. Before go 1.7, the context package was under the experimental go packages, therefore to maintain compatibility across our currently supported versions, we must use the ‘/x/net’ import path.
This commit is contained in:
Reference in New Issue
Block a user