Make it more erlang-esque
pmods are going away, use prefixed namespaces.
This commit is contained in:
12
src/geef_oid.erl
Normal file
12
src/geef_oid.erl
Normal file
@@ -0,0 +1,12 @@
|
||||
-module(geef_oid).
|
||||
|
||||
-export([parse/1, fmt/1]).
|
||||
|
||||
-spec fmt(binary()) -> binary().
|
||||
fmt(Oid) ->
|
||||
geef:oid_fmt(Oid).
|
||||
|
||||
|
||||
-spec parse(binary()) -> binary().
|
||||
parse(Sha) ->
|
||||
geef:oid_parse(Sha).
|
||||
Reference in New Issue
Block a user