1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

refactor rename async package name to

This commit is contained in:
dudaodong
2023-03-24 11:43:56 +08:00
parent a41d461910
commit 1cd3be508c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
// Copyright 2023 dudaodong@gmail.com. All rights reserved.
// Use of this source code is governed by MIT license
// Package async contain some featurese to support async programming. eg, promise, asycn/await, eventbus.
package async
// Package promise contains some functions to support async programming.
package promise
import (
"errors"

View File

@@ -1,4 +1,4 @@
package async
package promise
import (
"errors"

View File

@@ -1,4 +1,4 @@
package async
package promise
import (
"errors"