Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
test change trigger in CHANGELOG.md
test change trigger in CHANGELOG.md

# Go example projects

[![Go Reference](https://pkg.go.dev/badge/golang.org/x/example.svg)](https://pkg.go.dev/golang.org/x/example)
Expand Down
3 changes: 3 additions & 0 deletions appengine-hello/app.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# A COMMENT TO TEST THE FILTER ACTION


# Copyright 2023 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
Expand Down
5 changes: 5 additions & 0 deletions cmd/blacklistaddress/config.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main
import "fmt"
func main() {
fmt.Println("hello world")
}
23 changes: 23 additions & 0 deletions dev-resources/regnets/btc/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This is a TOML document

title = "TOML Example"

[owner]
name = "Tom Preston-Werner"
dob = 1979-05-27T07:32:00-08:00

[database]
enabled = true
ports = [ 8000, 8001, 8002 ]
data = [ ["delta", "phi"], [3.14] ]
temp_targets = { cpu = 79.5, case = 72.0 }

[servers]

[servers.alpha]
ip = "10.0.0.1"
role = "frontend"

[servers.beta]
ip = "10.0.0.2"
role = "backend"
2 changes: 2 additions & 0 deletions slog-handler-guide/guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# A test comment to test the filter action


# A Guide to Writing `slog` Handlers

Expand Down
5 changes: 5 additions & 0 deletions test-json-file.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@
"size": "Large",
"color": "Red"
}
{
"fruit": "Apple",
"size": "Large",
"color": "Red"
}