diff --git a/README.md b/README.md index 0411b0c..b2d45e5 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Multi-platform "Fast Log Entry"(FLE) processing tool This is a tool intended to facilitate the processing of ["Fast Log Entry"](https://www.df3cb.com/fle/) entry files on other platform than Windows. The format is described on https://www.df3cb.com/fle/documentation/ + +This is a project used to learn and explore GO. diff --git a/notes/enableGo.md b/notes/enableGo.md index 9737078..fe6050e 100644 --- a/notes/enableGo.md +++ b/notes/enableGo.md @@ -9,4 +9,8 @@ export GOROOT="$(brew --prefix golang)/libexec" export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin" test -d "${GOPATH}" || mkdir "${GOPATH}" test -d "${GOPATH}/src/github.com" || mkdir -p "${GOPATH}/src/github.com" -``` \ No newline at end of file +``` + +* Use Brew to instal Go +* Load the various tools in in VisualCode +