Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang-Red committed Dec 30, 2022
1 parent 3acc905 commit cc569df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions color/color.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Package color ...
package color

import "math/rand"

// Randcolor 随机和风颜色
func Randcolor() (r, g, b int) {
switch rand.Intn(6) {
case 0: // 红
Expand Down

0 comments on commit cc569df

Please sign in to comment.