Skip to content

Commit 96874fa

Browse files
easyCZroboquat
authored andcommitted
Setup gitpod-db/go package
1 parent 6c5f908 commit 96874fa

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

components/gitpod-db/go/BUILD.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Copyright (c) 2020 Gitpod GmbH. All rights reserved.
2+
# Licensed under the GNU Affero General Public License (AGPL).
3+
# See License-AGPL.txt in the project root for license information.
4+
5+
packages:
6+
- name: lib
7+
type: go
8+
srcs:
9+
- "**"
10+
config:
11+
packaging: library

components/gitpod-db/go/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/gitpod-io/gitpod/components/gitpod-db/go
2+
3+
go 1.19

0 commit comments

Comments
 (0)