File: osext_go18.go

package info (click to toggle)
golang-github-kardianos-osext 0.0~git20170309.0.9d302b5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 96 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
//+build go1.8,!openbsd

package osext

import "os"

func executable() (string, error) {
	return os.Executable()
}