We've all been there.

You're migrating a Node.js project to Go (or Rust, or Python — pick your poison), and you hit the first import:

import express from 'express';

import axios from 'axios';

import jsonwebtoken from 'jsonwebtoken';