Current section
Files
Jump to
Current section
Files
src/go_over@util@constants.erl
-module(go_over@util@constants).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([go_over_path/0]).
-spec go_over_path() -> binary().
go_over_path() ->
_pipe = simplifile:current_directory(),
_pipe@1 = go_over@util@util:hard_fail(
_pipe,
<<"could not get current path"/utf8>>
),
filepath:join(_pipe@1, <<".go-over"/utf8>>).