You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PiwigoDirectoryUploader/cmd/PiwigoDirectoryUploader/PiwigoDirectoryUploader.go

15 lines
328 B
Go

/*
* Copyright (C) 2019 Philipp Haefelfinger (http://www.haefelfinger.ch/). All Rights Reserved.
* This application is licensed under GPLv2. See the LICENSE file in the root directory of the project.
*/
package main
import (
"git.haefelfinger.net/piwigo/PiwigoDirectoryUploader/internal/app"
)
func main() {
app.Run()
}