Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 5a4c400

Browse files
authored
trigger build (#35)
* trigger build * update to red * update to black * blue * cyan * blue * color change * trigger build
1 parent 590e962 commit 5a4c400

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ import (
1212
func main() {
1313
c := os.Getenv("COLOR")
1414
if len(c) == 0 {
15-
c = "red"
15+
c = "blue"
1616
}
17-
17+
1818
addr := os.Getenv("LISTEN")
1919
if len(addr) == 0 {
2020
addr = ":8080"
2121
}
22-
22+
2323
count := 0
2424

2525
m := http.NewServeMux()

0 commit comments

Comments
 (0)