You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old habits die hard; adhere to GO's var naming conventions:
Error: cmd/md2pdf/md2pdf.go:123:12: don't use underscores in Go names; range var file_path should be filePath
Error: cmd/md2pdf/md2pdf.go:124:6: don't use underscores in Go names; var file_contents should be fileContents