When To Use An Empty Interface In Golang

Pavle Djuric
3 min readJan 15, 2023

Statically typed languages are highly beneficial.

  • They improve code readability, making it easier for developers to understand code that was written by other developers
  • They provide type checking at compile time, meaning potential runtime errors will most certainly be avoided
  • They allow for better IDE support, which improves developer…

--

--

Pavle Djuric

Software developer. 3 x AWS certified. Writing mostly about Python, Golang, backend development and Cloud computing.