Skip to content

Instantly share code, notes, and snippets.

@RuNpiXelruN
Created June 3, 2020 06:04
Show Gist options
  • Save RuNpiXelruN/bcfa8d25f35cda57485d2e24678afd1e to your computer and use it in GitHub Desktop.
Save RuNpiXelruN/bcfa8d25f35cda57485d2e24678afd1e to your computer and use it in GitHub Desktop.
Get basepath of app/workspace
_, b, _, _ := runtime.Caller(0)
basepath := filepath.Dir(b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment