README ¶ Today's Duty Bot Setup Test MySQL $ docker run -d --name today-duty-bot-mysql -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -p 3306:3306 --health-cmd "mysqladmin ping -h 127.0.0.1" mysql:8 $ mysql -u root -h 127.0.0.1 < ddl/database.sql $ mysql -u root -h 127.0.0.1 bot < ddl/schema.sql License MIT Author Masahiro Furudate (a.k.a. 178inaba) 178inaba.git@gmail.com Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis entity handler repository Click to show internal directories. Click to hide internal directories.