Make it more erlang-esque

pmods are going away, use prefixed namespaces.
This commit is contained in:
Carlos Martín Nieto
2013-01-23 16:12:48 +01:00
parent 7ac46fbf5e
commit 6dea8e6930
6 changed files with 57 additions and 52 deletions

View File

@@ -23,8 +23,8 @@ in it.
The API looks basically like this:
Repo = geef:repository(<<".">>).
Workdir = Repo:workdir().
Repo = geef_repo:open(<<".">>).
Workdir = geef_repo:workdir(Repo).
Odb = geef:repository_odb(Repo).
Exists = Odb:exists(HexSha).