Skip to content

mattn/go-precure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(WIP) go-precure

golang port of Acme::PrettyCure

Usage

package main

import (
	"fmt"
	"github.com/mattn/go-precure"
)

func main() {
	for _, a := range precure.AllStars {
		fmt.Println(a.HumanName())
	}
}

Installation

$ go get github.com/mattn/go-precure

License

MIT

Author

Yasuhiro Matsumoto (a.k.a mattn)

TODO

  • Design Refactoring: Role, Base, Transformer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages