Skip to content

Commit 6d19dda

Browse files
authored
make fabric-x a go module to allow go install for tools (#9)
Signed-off-by: pasquale95 <pasqualeconvertini95@gmail.com>
1 parent df42480 commit 6d19dda

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Copyright IBM Corp. All Rights Reserved.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
5+
6+
module github.com/hyperledger/fabric-x
7+
8+
go 1.24.4

0 commit comments

Comments
 (0)