This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main // import "gitlab.com/clburlison/cfprefs" | |
| import ( | |
| "fmt" | |
| "unsafe" | |
| ) | |
| /* | |
| #cgo LDFLAGS: -framework CoreFoundation | |
| #include <CoreFoundation/CoreFoundation.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main // import "gitlab.com/clburlison/cfprefs" | |
| // Huge credits to Tom Burgin (bur) & Victor Vrantchan (groob) | |
| import ( | |
| "fmt" | |
| "unsafe" | |
| "reflect" | |
| ) | |
| /* |
OlderNewer