pentaradio-tools/upload.go

12 lines
368 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 Upload(scan ScanResult) {
fail("unimplemented")
}