github.com/chanxuehong/wechat@v0.0.0-20230222024006-36f0325263cd/internal/debug/api/retry/release.go (about)

     1  //go:build !wechat_debug
     2  // +build !wechat_debug
     3  
     4  package retry
     5  
     6  func DebugPrintError(errcode int64, errmsg string, token string) {}
     7  
     8  func DebugPrintNewToken(token string) {}
     9  
    10  func DebugPrintFallthrough(token string) {}