diff --git a/examples/all/main.go b/examples/all/main.go new file mode 100644 index 0000000..25e4e58 --- /dev/null +++ b/examples/all/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("This is a placeholder for the 'all' example.") +} diff --git a/examples/collect_github_release/main.go b/examples/collect_github_release/main.go new file mode 100644 index 0000000..332b208 --- /dev/null +++ b/examples/collect_github_release/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("This is a placeholder for the 'collect github release' example.") +} diff --git a/examples/collect_github_repo/main.go b/examples/collect_github_repo/main.go new file mode 100644 index 0000000..df3182e --- /dev/null +++ b/examples/collect_github_repo/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("This is a placeholder for the 'collect github repo' example.") +} diff --git a/examples/collect_github_repos/main.go b/examples/collect_github_repos/main.go new file mode 100644 index 0000000..342bbd8 --- /dev/null +++ b/examples/collect_github_repos/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("This is a placeholder for the 'collect github repos' example.") +} diff --git a/examples/collect_pwa/main.go b/examples/collect_pwa/main.go new file mode 100644 index 0000000..9ae5817 --- /dev/null +++ b/examples/collect_pwa/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("This is a placeholder for the 'collect pwa' example.") +} diff --git a/examples/collect_website/main.go b/examples/collect_website/main.go new file mode 100644 index 0000000..b363551 --- /dev/null +++ b/examples/collect_website/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("This is a placeholder for the 'collect website' example.") +} diff --git a/examples/serve/main.go b/examples/serve/main.go new file mode 100644 index 0000000..cebb09d --- /dev/null +++ b/examples/serve/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("This is a placeholder for the 'serve' example.") +}