[tor-commits] [snowflake/main] Add in source indicator of file origin

meskio at torproject.org meskio at torproject.org
Tue Nov 16 19:37:40 UTC 2021


commit d4fdb35ee8d1f7e43dbca2503355d191da8d00f0
Author: Shelikhoo <xiaokangwang at outlook.com>
Date:   Fri Nov 12 10:56:57 2021 +0000

    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 (





More information about the tor-commits mailing list