mirror of
https://github.com/duke-git/lancet.git
synced 2026-03-01 00:35:28 +08:00
refactor rename async package name to
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
// Copyright 2023 dudaodong@gmail.com. All rights reserved.
|
// Copyright 2023 dudaodong@gmail.com. All rights reserved.
|
||||||
// Use of this source code is governed by MIT license
|
// 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 promise contains some functions to support async programming.
|
||||||
package async
|
package promise
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package async
|
package promise
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package async
|
package promise
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
Reference in New Issue
Block a user