-
Notifications
You must be signed in to change notification settings - Fork 1
/
genny.go
16 lines (12 loc) · 869 Bytes
/
genny.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2017 Andreas Pannewitz. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This file uses geanny to pull the type specific generic code
// Oh my god! -in github.com/GoLangsam/pipe/s/pipe.go does not work :-(
// have to keep using -in ../../../s/pipe.go
//go:generate genny -in ../../../s/pipe.go -out gen-pipe.go -pkg httpsyet gen "anyThing=site"
//go:generate genny -in ../../../s/pipe.go -out gen-pipe-str.go -pkg httpsyet gen "anyThing=string"
//go:generate genny -in ../../../s/flap/flap.go -out gen-flap.go -pkg httpsyet gen "anyThing=site"
//go:generate genny -in ../../../s/strew/strew.go -out gen-strew.go -pkg httpsyet gen "anyThing=site"
//go:generate genny -in ../../../s/seen/seen.go -out gen-seen.go -pkg httpsyet gen "anyThing=site"
package httpsyet