[gofumpt]: Improve formatting.

http-upload-enforce-https
Martin Dosch 7 months ago
parent 10573cbff4
commit 802f57d404
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -9,7 +9,7 @@ import (
"net"
"strings"
"github.com/mattn/go-xmpp" // BSD-3-Clause
"github.com/mattn/go-xmpp" // BSD-3-Clause
"salsa.debian.org/mdosch/xmppsrv" // BSD-2-Clause
)

@ -17,7 +17,7 @@ import (
"github.com/beevik/etree" // BSD-2-clause
"github.com/gabriel-vasile/mimetype" // MIT License
"github.com/mattn/go-xmpp" // BSD-3-Clause
"github.com/mattn/go-xmpp" // BSD-3-Clause
)
func httpUpload(client *xmpp.Client, iqc chan xmpp.IQ, jserver string, filePath string) string {

@ -18,7 +18,7 @@ import (
"time"
"github.com/ProtonMail/gopenpgp/v2/crypto" // MIT License
"github.com/mattn/go-xmpp" // BSD-3-Clause
"github.com/mattn/go-xmpp" // BSD-3-Clause
"github.com/pborman/getopt/v2" // BSD-3-Clause
)

@ -16,7 +16,7 @@ import (
"github.com/ProtonMail/gopenpgp/v2/crypto" // MIT License
"github.com/beevik/etree" // BSD-2-clause
"github.com/mattn/go-xmpp" // BSD-3-Clause
"github.com/mattn/go-xmpp" // BSD-3-Clause
)
func oxDeleteNodes(jid string, client *xmpp.Client, iqc chan xmpp.IQ) error {

@ -10,7 +10,7 @@ import (
"log"
"runtime"
"github.com/beevik/etree" // BSD-2-clause
"github.com/beevik/etree" // BSD-2-clause
"github.com/mattn/go-xmpp" // BSD-3-Clause
)

Loading…
Cancel
Save