actually marshal XML data
This commit is contained in:
+4
-1
@@ -1,7 +1,10 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
read_config()
|
||||
init_dav_client()
|
||||
get_caldav_data(serverConfig.Username, serverConfig.Password)
|
||||
calDavData := get_caldav_data(serverConfig.Username, serverConfig.Password)
|
||||
fmt.Printf("Users display name: {%s}\n", calDavData.DisplayName)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user