Skip to content

BlueMoonVampire/Syl-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanitas-Go

Golang wrapper for the Vanitas antispam API for telegram

package test

import (
	"testing"

	"github.com/moezilla/Vanitas-Go"
)

func syl(w *testing.W) {
	_, err := Vanitas-Go.vanitas("1821151467")
	if err != nil {
		w.Error(err)
	}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages