1
0
Fork 0

🚚 Renamed path test example to Shift test example

This commit is contained in:
Maxim Lebedev 2024-03-19 16:22:09 +05:00
parent f30a82e193
commit 97ff2563df
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"source.toby3d.me/toby3d/hacks/path"
)
func Example() {
func ExampleShift() {
head, tail := path.Shift("/foo/bar/index.html")
fmt.Println(head, tail)
// Output: foo /bar/index.html