Skip to content

Commit

Permalink
fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Sep 18, 2019
1 parent 30fc2fc commit ed9776c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
go mod download
- name: Run Help
run: CGO_ENABLED=1 go run cmd/ipsw/main.go --help
run: CGO_ENABLED=0 go run cmd/ipsw/main.go --help

- name: Run Device List
run: CGO_ENABLED=1 go run cmd/ipsw/main.go device list
run: CGO_ENABLED=0 go run cmd/ipsw/main.go device list
2 changes: 1 addition & 1 deletion cmd/ipsw/cmd/device_list.go
@@ -1,4 +1,4 @@
// +build cgo darwin
// +build linux,!cgo windows,!cgo darwin,cgo

/*
Copyright © 2019 blacktop
Expand Down
2 changes: 1 addition & 1 deletion dyld/extract.go
@@ -1,4 +1,4 @@
// +build cgo darwin
// +build darwin,cgo

package dyld

Expand Down
2 changes: 1 addition & 1 deletion xcode/xcode.go
@@ -1,5 +1,5 @@
//go:generate statik -src=./data
// +build cgo darwin
// +build linux,!cgo windows,!cgo darwin,cgo

package xcode

Expand Down

0 comments on commit ed9776c

Please sign in to comment.