Skip to content

Commit c128768

Browse files
author
Massimiliano Giovagnoli
committed
chore: exclude alpm related from build by default
Signed-off-by: Massimiliano Giovagnoli <me@maxgio.it>
1 parent dff6a7a commit c128768

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

cmd/list_archlinux.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build archlinux
2+
13
/*
24
Copyright © 2022 maxgio92 <me@maxgio.it>
35

pkg/distro/archlinux/archlinux.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build archlinux
2+
13
/*
24
Copyright © 2022 maxgio92 <me@maxgio.it>
35

pkg/distro/archlinux/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build archlinux
2+
13
/*
24
Copyright © 2022 maxgio92 <me@maxgio.it>
35

pkg/distro/archlinux/constants.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build archlinux
2+
13
/*
24
Copyright © 2022 maxgio92 <me@maxgio.it>
35

pkg/packages/alpm/alpm.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build archlinux
2+
13
package alpm
24

35
import (

pkg/packages/alpm/errors.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build archlinux
2+
13
package alpm
24

35
import (

pkg/packages/alpm/search.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build archlinux
2+
13
package alpm
24

35
import (

0 commit comments

Comments
 (0)