go-template/cmd/app-name/main.go

10 lines
191 B
Go
Raw Permalink Normal View History

2024-08-03 14:56:35 +02:00
/*
Copyright © 2024 Laura Kalb <dev@lauka.net>
The code of this project is available under the MIT license. See the LICENSE file for more info.
*/
package main
func main() {
// do stuff
}