mirror of
https://gitlab.com/comunic/ComunicRTCProxy
synced 2024-11-17 02:51:12 +00:00
7 lines
74 B
Go
7 lines
74 B
Go
package main
|
|
|
|
// Value Main value
|
|
func Name() string {
|
|
return "pierre"
|
|
}
|