package
1.6.3
Repository: https://github.com/otiai10/mint.git
Documentation: pkg.go.dev

# README

curr

This package was moved from https://github.com/otiai10/mint/curr

Current file and dir privider for Golang.

Just a sugar for runtime.

import "curr"

// __FILE__
f := curr.File()

// __DIR__
d := curr.Dir()

// __LINE__
l := curr.Line()

// __FUNCTION__
fn := curr.Func()

// basename(__FILE__)
b := curr.Basename()

License

FOSSA Status