Create a Text Editor With Go - Setup
dev.to·7h·
Discuss: DEV
Flag this post

For a couple of months now, I’ve been searching for new projects to work on, where I can learn more about Go, and not really wanted to continue with Web Development.

I came across a tutorial where they Build Your Own Text Editor which is using the C language.

This is my attempt on porting that tutorial to Go, this will be divided in several posts that I will be publishing as I continue with the process.

In this first chapter, we will be setting up the project and enter raw mode so we can build from there our text editor.

Setting up the project

Note: This project has been developed and tested on LINUX, if you’d like to port this to Mac or Windows, you are welcome to make a PR in that regard

**Requis…

Similar Posts

Loading similar posts...