1 2 3 4 5 6 7 8 9
package backend import ( "0xacab.org/leap/bitmask-vpn/pkg/vpn" ) func cleanup() { vpn.Cleanup() }