refactor: rename directory

This commit is contained in:
kbwo 2024-07-15 19:13:19 +09:00
parent 4782784122
commit 1d6dd6623e
41 changed files with 54 additions and 67 deletions

View file

@ -1,15 +0,0 @@
package main
func Example_hello_ok() {
hello()
// Output:
// hello world
}
func Example_hello_ng() {
hello()
// Output:
// NG pattern
}