Packages

A tool to audit Erlang & Elixir dependencies, to make sure your Gleam ✨ projects really sparkle!

Retired package: Security issue - Vulnerability warnings were never emitted due to an inverted advisory filter. Upgrade to 3.3.1 or 4.0.0-rc2+.

Current section

Files

Jump to
go_over src go_over@util@constants.erl
Raw

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]).
-file("/home/bwireman/src/go-over/src/go_over/util/constants.gleam", 13).
-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>>).