languages

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Language

type Language string

Language is an enum for languages that our ecosystem can process

const (
	RUST       Language = "Rust"
	GOLANG     Language = "Golang"
	PYTHON     Language = "Python"
	JAVA       Language = "Java"
	KOTLIN     Language = "Kotlin"
	ERLANG     Language = "Erlang"
	ELIXIR     Language = "Elixir"
	JAVASCRIPT Language = "Javascript"
	TYPESCRIPT Language = "Typescript"
)

func (Language) String

func (l Language) String() string

String returns the string representation of the language

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL