diff options
author | xengineering <me@xengineering.eu> | 2024-10-02 15:27:40 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-10-02 15:27:40 +0200 |
commit | 481ce6e0efd4bee20c781dc0ca9185ef701619ae (patch) | |
tree | 441e3a5947b1b93d51fc45d6923ff8f86f83db7d /content/soundbox-go | |
parent | 38af3966f16f176a964649eb56e924118baa8b54 (diff) | |
download | website-481ce6e0efd4bee20c781dc0ca9185ef701619ae.tar website-481ce6e0efd4bee20c781dc0ca9185ef701619ae.tar.zst website-481ce6e0efd4bee20c781dc0ca9185ef701619ae.zip |
Rename soundbox-go module to soundbox
This makes the Go code way cleaner. The repository name stays
`soundbox-go` but the Go module does not need the prefix. It is just a
redundancy. Furthermore it is more common in go to have single-word
package names (see the standard library as an example).
Diffstat (limited to 'content/soundbox-go')
-rw-r--r-- | content/soundbox-go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/content/soundbox-go b/content/soundbox-go deleted file mode 100644 index 893acef..0000000 --- a/content/soundbox-go +++ /dev/null @@ -1,7 +0,0 @@ -<html> -<head> - <meta name="go-import" content="xengineering.eu/soundbox-go git https://cgit.xengineering.eu/soundbox-go"> -</head> -<body> -</body> -</html> |