File tree 7 files changed +7
-0
lines changed
7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ //go:build !windows
15
16
// +build !windows
16
17
17
18
// Package activation implements primitives for systemd socket activation.
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ //go:build ignore
15
16
// +build ignore
16
17
17
18
// Activation example used by the activation unit tests.
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ //go:build ignore
15
16
// +build ignore
16
17
17
18
package main
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ //go:build ignore
15
16
// +build ignore
16
17
17
18
// Activation example used by the activation unit tests.
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ //go:build ignore
15
16
// +build ignore
16
17
17
18
// Activation example used by the activation unit tests.
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ //go:build cgo
15
16
// +build cgo
16
17
17
18
package util
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ //go:build !cgo
15
16
// +build !cgo
16
17
17
18
package util
You can’t perform that action at this time.
0 commit comments