move lib to main

This commit is contained in:
2019-02-08 22:20:58 -07:00
parent 4189916925
commit 95fa4cdae7
2 changed files with 84 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
module LibJprog
using LibGit2: init
using LibGit2:init
export check_dir,
check_file,
create_default_structure,
@@ -92,4 +92,4 @@ module LibJprog
print("\n", "Version 1\n\n")
end
end
end