alias.go 97 B

12345678
  1. package alias
  2. // APosX -- позиция по X
  3. type APosX int
  4. func do() error {
  5. return nil
  6. }