diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-13 08:24:33 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-13 08:24:33 +0700 |
| commit | c069f76cedee994064567ec05572dbee87770f2e (patch) | |
| tree | c95cfa2129794dd5bd820435a8cfbde2244d3dee /lib/path/route_example_test.go | |
| parent | 7b9ace96a713ae5271f28eca8ae346c7e1042c21 (diff) | |
| download | pakakeh.go-c069f76cedee994064567ec05572dbee87770f2e.tar.xz | |
lib/path: remove reference to old repository "share"
Diffstat (limited to 'lib/path/route_example_test.go')
| -rw-r--r-- | lib/path/route_example_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/path/route_example_test.go b/lib/path/route_example_test.go index 435652d7..9715fc13 100644 --- a/lib/path/route_example_test.go +++ b/lib/path/route_example_test.go @@ -128,12 +128,12 @@ func ExampleRoute_Set() { log.Fatal(err) } - rute.Set(`user`, `shuLhan`) + rute.Set(`user`, `~shulhan`) fmt.Println(rute) - rute.Set(`repo`, `share`) + rute.Set(`repo`, `pakakeh.go`) fmt.Println(rute) // Output: - // /shuLhan/:repo - // /shuLhan/share + // /~shulhan/:repo + // /~shulhan/pakakeh.go } |
