package main func getAdminToken() string { adminToken := "admin token goes here" return adminToken }