-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
50 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package mysql57 | ||
|
||
var ( | ||
Name = "MySQL-5.7" | ||
Author = "耗子" | ||
Description = "MySQL 是最流行的关系型数据库管理系统之一,Oracle 旗下产品。" | ||
Slug = "mysql57" | ||
Version = "5.7.42" | ||
Requires = []string{} | ||
Excludes = []string{"mysql80"} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package mysql80 | ||
|
||
var ( | ||
Name = "MySQL-8.0" | ||
Author = "耗子" | ||
Description = "MySQL 是最流行的关系型数据库管理系统之一,Oracle 旗下产品。" | ||
Slug = "mysql80" | ||
Version = "8.0.33" | ||
Requires = []string{} | ||
Excludes = []string{"mysql57"} | ||
) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package php80 | ||
|
||
var ( | ||
Name = "PHP-8.0" | ||
Author = "耗子" | ||
Description = "PHP 是世界上最好的语言!" | ||
Slug = "php80" | ||
Version = "8.0.29" | ||
Requires = []string{} | ||
Excludes = []string{} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters