First steps - parsing Go index | Go Get inside NeoVim - Let's build - 2

Опубликовано: 30 Август 2026
на канале: Roman Volkov
78
5

🖥️ You can support my channel: https://ko-fi.com/roman_v
📹 Main channel:    / @_romanv_  
💬 Discord:   / discord  
✉️ Contact: [email protected]

In todays video I do recap of what I am going to build, draw a simple digram to plan my work and getting first results by parsing Golang index's response to generate list of unique packages

In this series I want to build an integration of go get command with NeoVim, so you can install any project dependencies right from inside the neovim without opening the CLI. It will consist from two parts: plugin for Telescope and go service that will build offline packages index a plugin is going to use.

👀 Disclaimer:
Views and opinions are my own and do not represent or reflect the opinions of my current or past employer(s).

Timestamps:
0:00 - Recap of the plan
3:51 - Draw an "architecture"
5:25 - Go Index
8:52 - Coding time
23:50 - Add since param
28:00 - Getting unique URLs


#neovim #softwareengineering #golang