summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkito <jkito@github>2022-09-03 11:33:31 +0530
committerkali kaneko (leap communications) <kali@leap.se>2022-11-08 21:37:12 +0100
commit195fb8abf9cfa5468130957c69b483cfd6e2ea62 (patch)
tree376c03aac9cdba5695c3d6a963d90a35a514e84d
parentb5ef80b2c30bc2c214f4974a86f8e599a6bd5b27 (diff)
[pkg] rename launcher_osx.go to launcher_darwin.go
newer go compilers looks for darwin as the go:build tag to identify macOS specific code files
-rw-r--r--pkg/vpn/launcher_darwin.go (renamed from pkg/vpn/launcher_osx.go)1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/vpn/launcher_osx.go b/pkg/vpn/launcher_darwin.go
index b676c24..919c81b 100644
--- a/pkg/vpn/launcher_osx.go
+++ b/pkg/vpn/launcher_darwin.go
@@ -1,4 +1,3 @@
-// +build osx
// Copyright (C) 2018-2021 LEAP
//
// This program is free software: you can redistribute it and/or modify