From d4fdb35ee8d1f7e43dbca2503355d191da8d00f0 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Fri, 12 Nov 2021 10:56:57 +0000 Subject: [PATCH] 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 --- common/task/periodic.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/task/periodic.go b/common/task/periodic.go index 6abe41a..1ab34b3 100644 --- a/common/task/periodic.go +++ b/common/task/periodic.go @@ -1,3 +1,5 @@ +// Package task +// Reused from https://github.com/v2fly/v2ray-core/blob/784775f68922f07d40c9eead63015b2026af2ade/common/task/periodic.go package task import (