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