~wabarc/wayback/main

« back to all changes in this revision

Viewing changes to logger/doc.go

  • Committer: nobody
  • Date: 2020-11-28 09:11:12 UTC
  • Revision ID: git-v1:befcdd0055443aa779777d9f2e3a212d1b5da429
Add supports for Tor hidden service

Refactor code base.

Remove debug mode of telegram-bot-api.

Remove suspicious characters in regex

https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright 2020 Wayback Archiver. All rights reserved.
 
2
// Use of this source code is governed by the GNU GPL v3
 
3
// license that can be found in the LICENSE file.
 
4
 
 
5
/*
 
6
Package logger handles application log messages with different levels.
 
7
*/
 
8
 
 
9
package logger // import "github.com/wabarc/wayback/logger"