From 74423bd908e89f30e462bce1f576d5ba6451e814 Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Fri, 22 Nov 2024 12:05:32 -0600 Subject: [PATCH] meta: add wade as codeowner --- .github/CODEOWNERS | 2 +- doc.go | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 31fb3ab..82f6079 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @adamdecaf +* @adamdecaf @wadearnold diff --git a/doc.go b/doc.go index dbbd282..97f1f23 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,4 @@ // Package rtp20022 is a collection of generated Go files from ISO 20022 messages. package rtp20022 -type Document interface { -} +type Document interface{}