You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go-sdk/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Longer term we will likely need to stabilize the Edge Executor API and add versi
28
28
29
29
Since Go is a compiled language (putting aside projects such as [YAEGI](https://github.com/traefik/yaegi) that allow Go to be interpreted), all tasks must:
30
30
31
-
1. Be compiled into a binary ahead of time, and
31
+
1. Be compiled into a binary ahead of time, and
32
32
2. Be registered inside the worker process in order to be executed.
33
33
34
34
@@ -95,17 +95,21 @@ You will need to create a python Dag and deploy it in to the Airflow
0 commit comments