Skip to content
Snippets Groups Projects
Commit bfdc81d0 authored by Jonathan Boulle's avatar Jonathan Boulle Committed by GitHub
Browse files

Merge pull request #192 from gyuho/fix

util: fix import path
parents bc1f75b4 ec90daa8
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,6 @@
package util
import (
"fmt"
)
func getRunningSlice() (string, error) { return "", ErrNoCGO }
func runningFromSystemService() (bool, error) { return false, ErrNoCGO }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment