/my-first-go-project

Notepad created with go using the documentation as a base

Primary LanguageGo

GOnotepad

demonstration

Use (linux only)

  1. clone this repository:
    git clone https://github.com/jeffersoncbd/my-first-go-project.git gonotepad
  2. run build command (you need go installed):
    cd gonotepad
    go build .
  3. run binary file:
    ./gonotepad
  4. access interface

Observations

This application does not communicate with a server, your annotations are stored in the "notes" folder in the same directory as the executable. It uses the "titles.yml" file to associate each annotation with its ID.