From 1b154cb65f6c2e7aeaa2fea7fa3f756dfaa5dcd9 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Tue, 9 Nov 2021 15:54:51 -0800 Subject: [PATCH] example: Rename _example to 0-examples This commit renames the examples folder so gopls can pick it up. --- {_example => 0-examples}/buttons/main.go | 0 {_example => 0-examples}/commands/main.go | 0 {_example => 0-examples}/sharded/main.go | 0 {_example => 0-examples}/simple/main.go | 0 {_example => 0-examples}/undeleter/main.go | 0 README.md | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename {_example => 0-examples}/buttons/main.go (100%) rename {_example => 0-examples}/commands/main.go (100%) rename {_example => 0-examples}/sharded/main.go (100%) rename {_example => 0-examples}/simple/main.go (100%) rename {_example => 0-examples}/undeleter/main.go (100%) diff --git a/_example/buttons/main.go b/0-examples/buttons/main.go similarity index 100% rename from _example/buttons/main.go rename to 0-examples/buttons/main.go diff --git a/_example/commands/main.go b/0-examples/commands/main.go similarity index 100% rename from _example/commands/main.go rename to 0-examples/commands/main.go diff --git a/_example/sharded/main.go b/0-examples/sharded/main.go similarity index 100% rename from _example/sharded/main.go rename to 0-examples/sharded/main.go diff --git a/_example/simple/main.go b/0-examples/simple/main.go similarity index 100% rename from _example/simple/main.go rename to 0-examples/simple/main.go diff --git a/_example/undeleter/main.go b/0-examples/undeleter/main.go similarity index 100% rename from _example/undeleter/main.go rename to 0-examples/undeleter/main.go diff --git a/README.md b/README.md index abd1c72..90b3804 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A Golang library for the Discord API. [dgophers]: https://discord.gg/7jSf85J [dgophers_img]: https://img.shields.io/badge/Discord%20Gophers-%23arikawa-%237289da?style=flat-square -[examples]: https://github.com/diamondburned/arikawa/tree/v3/_example +[examples]: https://github.com/diamondburned/arikawa/tree/v3/0-examples [examples_img]: https://img.shields.io/badge/Example-__example%2F-blueviolet?style=flat-square [pipeline]: https://builds.sr.ht/~diamondburned/arikawa