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
+2 -2
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"
@@ -1,4 +1,4 @@
package async
package promise
import (
"errors"
@@ -1,4 +1,4 @@
package async
package promise
import (
"errors"