pentaradio-tools/generate.go

12 lines
370 B
Go
Raw Normal View History

2022-04-21 21:27:41 +02:00
/*******************************************************************************
* Copyright 2022 Stefan Majewsky <majewsky@gmx.net>
* SPDX-License-Identifier: GPL-3.0-only
* Refer to the file "LICENSE" for details.
*******************************************************************************/
package main
func Generate(scan ScanResult) {
fail("unimplemented")
}