Skip to content

Commit

Permalink
Move C files to be included by go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
afontaine authored and Andrew Fontaine committed May 28, 2020
1 parent 42aec72 commit 51e143d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/host_darwin_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package host
// #cgo LDFLAGS: -framework IOKit
// #include <stdio.h>
// #include <string.h>
// #include "include/smc.c"
// #include "smc.h"
import "C"
import "context"

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 51e143d

Please sign in to comment.