Building a simple terminal-based log viewer in Go (eventually evolving into a text editor).
github.com·3h·
Discuss: r/golang
Flag this post

Hello everyone, So I am new to Go, but not new to programming. I am a software engineer working with JS. I am now transitioning to Go for a low level system experience as well as backend engineering. I am currently working on a simple log/file viewer for myself. My VSCode crashes when I open large server logs, so to solve this is issue I using glogg for opening logs but now I am thinking of building a simple tool for myself. So I tried making one, though it's very basic at the moment, I am currently implementing features like pagination, scrolling, searching or highlighting. Also later will be coverting it to a simple terminal text editor too. So any suggestions or feedback is highly welcome.

P.S. - GitHub link for the project :

submitted by /u/my_name_404 [link] [comments]

Similar Posts

Loading similar posts...