Correct internal->lib in dev intro

This commit is contained in:
Jakob Borg
2016-01-19 14:14:28 -08:00
parent 3a5ba9f822
commit 1a2f99efe8
+4 -1
View File
@@ -40,7 +40,10 @@ the rest once you file a pull request.
Source Code Layout
~~~~~~~~~~~~~~~~~~
In the source repository you'll find a tree of various packages and directories. There is some Go code at the top level, but it's basically scripts for the build system. The actual code lives in the ``cmd/syncthing`` and ``internal`` directories. The web GUI lives in ``gui``. The rest is as follows.
In the source repository you'll find a tree of various packages and
directories. There is some Go code at the top level, but it's basically scripts
for the build system. The actual code lives in the ``cmd/syncthing`` and
``lib`` directories. The web GUI lives in ``gui``. The rest is as follows.
Godeps/
Locally vendored copies of external dependencies.