Remove deprecated 0.3 module name aliases

This commit is contained in:
fox.cpp 2021-07-15 00:25:01 +03:00
parent e0792c2dbb
commit 956e9ed65f
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
23 changed files with 0 additions and 25 deletions

View file

@ -140,6 +140,5 @@ func (s *SQLTable) SetKey(k, v string) error {
}
func init() {
module.RegisterDeprecated("sql_table", "table.sql_table", NewSQLTable)
module.Register("table.sql_table", NewSQLTable)
}