RosettaCodeData/Task/Distributed-programming/Go/distributed-programming-6.go

4 lines
46 B
Go

service TaxService {
i32 tax(1: i32 amt)
}