File: generate-table.patch

package info (click to toggle)
golang-github-rainycape-unidecode 0.0~git20150906.0.c9cf8cd-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,152 kB
  • ctags: 30
  • sloc: makefile: 8
file content (15 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Generate table.go using go:generate
Forwarded: https://github.com/rainycape/unidecode/pull/6
Author: Alexandre Viau <alexandre@alexandreviau.net>
Last-Update: 2015-09-06

--- a/unidecode.go
+++ b/unidecode.go
@@ -1,6 +1,7 @@
 // Package unidecode implements a unicode transliterator
 // which replaces non-ASCII characters with their ASCII
 // approximations.
+//go:generate go run make_table.go
 package unidecode
 
 import (