Skip to content

Commit

Permalink
pinit 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
estintax committed Dec 24, 2019
1 parent 3af83d2 commit 4a8202c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func main() {
fmt.Printf("%sp%si%sn%si%st%s (c) 2018-2019 Maksim Pinigin\n", COLOR_LIGHT_GREEN, COLOR_LIGHT_RED, COLOR_LIGHT_CYAN, COLOR_LIGHT_PURPLE, COLOR_YELLOW, COLOR_RESET)
fmt.Printf("%sp%si%sn%si%st%s %s0.1%s (c) 2018-2019 Maksim Pinigin\n", COLOR_LIGHT_GREEN, COLOR_LIGHT_RED, COLOR_LIGHT_CYAN, COLOR_LIGHT_PURPLE, COLOR_YELLOW, COLOR_RESET, COLOR_WHITE, COLOR_RESET)

if os.Getpid() != 1 {
fmt.Printf("Running in %stest%s mode\n", COLOR_LIGHT_RED, COLOR_RESET)
Expand Down

0 comments on commit 4a8202c

Please sign in to comment.