11 lines
119 B
Go
11 lines
119 B
Go
package main
|
|
|
|
import (
|
|
"log"
|
|
"github.com/eyedeekay/go-fpw"
|
|
)
|
|
|
|
func main() {
|
|
log.Println(fcw.PortablePath())
|
|
}
|