Skip to content

Commit 3c716b5

Browse files
committed
add core/core.go for go-licenses to work
1 parent fc6deec commit 3c716b5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

recipe/02-top_level_go_file.patch

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
diff --git a/core/core.go b/core/core.go
2+
new file mode 100644
3+
index 000000000..8cc8bd128
4+
--- /dev/null
5+
+++ b/core/core.go
6+
@@ -0,0 +1,5 @@
7+
+// Package core implements a process that asynchronously uploads W&B data.
8+
+package core
9+
+
10+
+// NOTE: This top-level file is necessary for certain tooling,
11+
+// in particular go-licenses.

recipe/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source:
1111
sha256: 20cd7fbd8573a1ce1807ebcc71e217ceffa3b6c1cbf5a7d26551653fba8d054e
1212
patches:
1313
- 01-find_nvidia_stats_executable.patch
14+
- 02-top_level_go_file.patch
1415

1516
build:
1617
number: 0

0 commit comments

Comments
 (0)