Files
2020-05-11 19:51:56 -04:00

11 lines
119 B
Go

package main
import (
"log"
"github.com/eyedeekay/go-fpw"
)
func main() {
log.Println(fcw.PortablePath())
}