mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-19 05:17:30 +08:00
Add license comment to all src files
This commit is contained in:
6
asynq.go
6
asynq.go
@@ -1,8 +1,12 @@
|
||||
// Copyright 2020 Kentaro Hibino. All rights reserved.
|
||||
// Use of this source code is governed by a MIT license
|
||||
// that can be found in the LICENSE file.
|
||||
|
||||
package asynq
|
||||
|
||||
/*
|
||||
TODOs:
|
||||
- [P0] Go docs + License comment
|
||||
- [P0] Go docs
|
||||
*/
|
||||
|
||||
// Task represents a task to be performed.
|
||||
|
Reference in New Issue
Block a user