Skip to content

Commit cfe32ca

Browse files
committed
Stubs for darwin browserkiller
1 parent b5116ec commit cfe32ca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

killbrowser_darwin.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package main
2+
3+
func findBrowser(process string) ([]byte, error) {
4+
return nil, nil
5+
}
6+
7+
func killBrowser(process string) ([]byte, error) {
8+
return nil, nil
9+
}
10+
11+
func startBrowser(command []byte, url string) ([]byte, error) {
12+
return nil, nil
13+
}

0 commit comments

Comments
 (0)