File tree Expand file tree Collapse file tree 7 files changed +21
-0
lines changed
Expand file tree Collapse file tree 7 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright IBM Corp. 2013, 2025
2+ # SPDX-License-Identifier: MIT
3+
14version : " 2"
25linters :
36 enable :
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # Copyright IBM Corp. 2013, 2025
3+ # SPDX-License-Identifier: MIT
4+
25
36# download the code and all its dependencies
47_go_get () {
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # Copyright IBM Corp. 2013, 2025
3+ # SPDX-License-Identifier: MIT
4+
25
36# Run all the different permutations of all the tests and other things
47# This helps ensure that nothing gets broken.
Original file line number Diff line number Diff line change 1+ // Copyright IBM Corp. 2013, 2025
2+ // SPDX-License-Identifier: MIT
3+
14//go:build codecgen || generated
25// +build codecgen generated
36
Original file line number Diff line number Diff line change 1+ // Copyright IBM Corp. 2013, 2025
2+ // SPDX-License-Identifier: MIT
3+
14//go:build codecgen.exec
25
36package codec
Original file line number Diff line number Diff line change 1+ // Copyright IBM Corp. 2013, 2025
2+ // SPDX-License-Identifier: MIT
3+
14package codec
25
36import (
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ # Copyright IBM Corp. 2013, 2025
3+ # SPDX-License-Identifier: MIT
4+
25
36# This will create golden files in a directory passed to it.
47# A Test calls this internally to create the golden files
You can’t perform that action at this time.
0 commit comments