shad-go/.gitignore
erius bfb0daa1ef Updated .gitignore to ignore .out and .test profiling files
Replaced interface{} with any in varfmt
Implemented varfmt, could be further optimized
2024-06-03 20:26:36 +03:00

9 lines
67 B
Text

.idea
*.swp
.vscode/
/example/
# Go profiling files
*.out
*.test