7 lines
109 B
Go
7 lines
109 B
Go
package main
|
|
|
|
import "forgejo.gwairfelin.com/max/gonotes/internal/conf"
|
|
|
|
func main() {
|
|
conf.FetchAssets()
|
|
}
|