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
This is a simple todo-list web application written in Go. The style was written only using HTML. It has functions as "delete", "add" and "complete" which were written using "database/sql" package a…