Am 07.08.20 um 05:00 schrieb emeg...@gmail.com:
//export test
func  test() {
    fmt.Println("test code")
}

`test` is not exported. It would be, if it was called `Test` with a capital `T`.

Lutz

--
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/DB8P191MB1063FA4C7DCBC0251C9B28119E490%40DB8P191MB1063.EURP191.PROD.OUTLOOK.COM.

Reply via email to