Improved golang template with automatic dead code removal

Revision en1, by lorenzotinfena, 2024-03-30 05:03:35

In my previous 2 blogs (blog1 blogs2) I presented this template for golang. Read the previous 2 blogs if you don't know it.

The problem with this template was that at some point the file size gets too large in some problems and codeforces didn't accept it anymore, so now I added this feature that automatically detect all the dead code and removes it from the code.

Tags template, golang

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English lorenzotinfena 2024-03-30 05:04:11 1 Tiny change: '375) [blogs2](https:/' -> '375) [blog2](https:/'
en1 English lorenzotinfena 2024-03-30 05:03:35 566 Initial revision (published)