mirror of https://bitbucket.org/ausocean/av.git
revid: improved comment for Config()
This commit is contained in:
parent
3ab0be4a7a
commit
b42278cfde
|
@ -119,8 +119,7 @@ func New(c Config, ns *netsender.Sender) (*Revid, error) {
|
||||||
|
|
||||||
// Config returns a copy of revids current config.
|
// Config returns a copy of revids current config.
|
||||||
//
|
//
|
||||||
// This is not intended, nor is it safe, to be used concurrently with any other
|
// Config is not safe for concurrent use.
|
||||||
// exported functionalilty from this file.
|
|
||||||
func (r *Revid) Config() Config {
|
func (r *Revid) Config() Config {
|
||||||
return r.config
|
return r.config
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue