Can someone tell me the reason why the wireguard-go package uses relative imports? This breaks go build when the working directory is inside of the /home/thesuess/workspace and thus wireguard-go cannot be installed via go get. What are the upsides to this approach?