We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c8477 commit 59773ddCopy full SHA for 59773dd
v3/examples/sqlite/main.go
@@ -42,8 +42,6 @@ func init() {
42
pets = append(pets, &pet)
43
}
44
json.NewEncoder(w).Encode(pets)
45
-
46
- fmt.Fprintln(w, "spinframework wasip2 sqlite!")
47
})
48
49
0 commit comments