You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/11 15:29:01 UTC

[plc4x] branch develop updated: chore(plc4go): renamed init.go files to doc.go

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 439bc848e chore(plc4go): renamed init.go files to doc.go
439bc848e is described below

commit 439bc848ea6a0d6ddb8c05a7fa25965ad92dc5ee
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Aug 11 17:28:55 2022 +0200

    chore(plc4go): renamed init.go files to doc.go
    
    in case they are meant for package documentation
    
    [skip ci]
---
 plc4go/protocols/{init.go => doc.go}   | 0
 plc4go/spi/default/{init.go => doc.go} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/plc4go/protocols/init.go b/plc4go/protocols/doc.go
similarity index 100%
rename from plc4go/protocols/init.go
rename to plc4go/protocols/doc.go
diff --git a/plc4go/spi/default/init.go b/plc4go/spi/default/doc.go
similarity index 100%
rename from plc4go/spi/default/init.go
rename to plc4go/spi/default/doc.go