Skip to content

axgle/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go's app informations

install

go get github.com/axgle/app

app.Path: Returns the full path of the running executable as reported by the system. Includes the executable image name.

package main
import "github.com/axgle/app"

func main(){
  execPath,err:=app.Path()
  if(err!=nil){
	println("fail get the path")
   }
  println(execPath) 
}

About

get Go's app informations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published