Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
TOnodera committed Jan 12, 2024
1 parent cfc04a9 commit 9ed713a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package main

import {
import (
"fmt"
"net/http"
}
)

func handler(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Hello, GitOps!")
Expand Down

0 comments on commit 9ed713a

Please sign in to comment.