Skip to content

Commit ee83f56

Browse files
Merge pull request #20 from todaywasawesome/todaywasawesome-patch-2
OSS-8 Create blue release
2 parents 297ce86 + becdf85 commit ee83f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77

88
func main() {
99

10-
version := "Yellow"
10+
version := "Blue"
1111

12-
color := "#F1A94E" //Blue 44B3C2 and Yellow F1A94E
12+
color := "#44B3C2" //Blue 44B3C2 and Yellow F1A94E
1313

1414
http.HandleFunc("/callme", func(w http.ResponseWriter, r *http.Request) {
1515
fmt.Fprintf(w, "<div class='pod' style='background:%s'> ver: %s\n </div>", color, version)

0 commit comments

Comments
 (0)