docs: add missing import to example AddHello action (#2154)
Signed-off-by: Ilion Beyst <ilion.beyst@gmail.com>
This commit is contained in:
parent
e2c2213a38
commit
9a832b7119
@ -44,6 +44,7 @@ Here is an example of a simple action definition:
|
||||
package hello
|
||||
|
||||
import (
|
||||
"dagger.io/dagger"
|
||||
"dagger.io/dagger/core"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user