Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
go-systemd
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
le
go-systemd
Commits
bfdc81d0
Commit
bfdc81d0
authored
8 years ago
by
Jonathan Boulle
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #192 from gyuho/fix
util: fix import path
parents
bc1f75b4
ec90daa8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
util/util_stub.go
+0
-4
0 additions, 4 deletions
util/util_stub.go
with
0 additions
and
4 deletions
util/util_stub.go
+
0
−
4
View file @
bfdc81d0
...
...
@@ -16,10 +16,6 @@
package
util
import
(
"fmt"
)
func
getRunningSlice
()
(
string
,
error
)
{
return
""
,
ErrNoCGO
}
func
runningFromSystemService
()
(
bool
,
error
)
{
return
false
,
ErrNoCGO
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment