Source File
error.go
Belonging Package
github.com/yosida95/uritemplate/v3
// Copyright (C) 2016 Kohei YOSHIDA. All rights reserved.//// This program is free software; you can redistribute it and/or// modify it under the terms of The BSD 3-Clause License// that can be found in the LICENSE file.package uritemplateimport ()func errorf( int, string, ...interface{}) error {:= fmt.Sprintf(, ...)return fmt.Errorf("uritemplate:%d:%s", , )}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |