We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda2a8d commit 6a1b832Copy full SHA for 6a1b832
2 files changed
src/Package/Artifact/go_xcaddy.php
@@ -4,13 +4,13 @@
4
5
namespace Package\Artifact;
6
7
-use SPC\util\GlobalEnvManager;
8
use StaticPHP\Artifact\ArtifactDownloader;
9
use StaticPHP\Artifact\Downloader\DownloadResult;
10
use StaticPHP\Attribute\Artifact\AfterBinaryExtract;
11
use StaticPHP\Attribute\Artifact\CustomBinary;
12
use StaticPHP\Exception\DownloaderException;
13
use StaticPHP\Runtime\SystemTarget;
+use StaticPHP\Util\GlobalEnvManager;
14
use StaticPHP\Util\System\LinuxUtil;
15
16
class go_xcaddy
src/Package/Target/go_xcaddy.php
@@ -4,9 +4,9 @@
namespace Package\Target;
use StaticPHP\Attribute\Package\InitPackage;
use StaticPHP\Attribute\Package\Target;
#[Target('go-xcaddy')]
0 commit comments