Add in source indicator of file origin

Adopted the change in according to the recommendation from

https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/merge_requests/62#note_2759815
This commit is contained in:
Shelikhoo 2021-11-12 10:56:57 +00:00
parent 1b79962ca8
commit d4fdb35ee8
No known key found for this signature in database
GPG key ID: C4D5E79D22B25316

View file

@ -1,3 +1,5 @@
// Package task
// Reused from https://github.com/v2fly/v2ray-core/blob/784775f68922f07d40c9eead63015b2026af2ade/common/task/periodic.go
package task package task
import ( import (